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 |
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How we will execute previous command in vi editor?
What is the difference between cat and more command?
How does shebang work?
what is kernel?
What are file commands?
How do I use grep to find a file?
What is file system in unix??
How to find $ai_serual resolved path by using unix
how many internal commands is there in UNIX?
What is the comma to display different lines that are found when compare two files?