How to redirect standard error to a file?
Answers were Sorted based on User's Feedback
Answer / kirus
cat 2 > filemane
if the filename is error.txt
cat 2 > error.txt
the statndard error is redirrected to error.txt file
Is This Answer Correct ? | 2 Yes | 0 No |
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
If JFS file system is 100% full how we can increase the file system ?
Write a command to display a file’s contents in various formats?
What is the difference between awk and grep?
what does the job command do?
what is the command to list files in a directory in UNIX?
what is the meaning of this command rm -rf / what will it do ?
What is awk used for?
distinguish between interrupts and exceptions?
how will u execute a file in unix
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
Differentiate cat command from more command.