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 |
fork in unix ?
What is pipe command in unix?
what is the command to list all files in a directory, including the hidden files in UNIX ?
What is the difference between pipe (|) and tee command in unix
What does the md command do?
what is the functionality of kernel in unix architecture?
What do chmod command do?
How to get the last ten lines of a file using awk utility?
What is grep r?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
How do you stop a running process?
How to delete a directory containing files and folders?