How to Redirect the Standard Input, Output, and ErrorStreams?
Answer / manavalan
0 (zero) refers to the standard input & often abbreviated as stdin.
1 refers to standard output (stdout)
2 refers to standard error (stderr)
Redirecting Standard Error :
The 2 in 2> refers to stderr.
$ lsash /usr/bin 2> commands-error.txt
Redirecting both Standard Ouput & Standard Error.
Use 2>&1 Syntax to redirect standard error to the same location as standard output .
$ ls /usr2222/bin > command.txt 2>&1
Redirecting Both stderr & stdout at Once
$ ls /usr2222/bin &> command.txt
Is This Answer Correct ? | 0 Yes | 0 No |
How to Initialize Semaphores?
What is Fast Local Communication?
How to transfer a file from windows xp to RHEL5(LINUX) with bootable os?....
What does ?route? command do?
Why do we have serial and parallel interface, which one was faster and why and when we should go for this interface.
What is ipc 620 standard?
What is ipc for pcb?
What is ipc 610 620?
What is ipc in linux?
What is Shared Access to a File?
Which Linux distros do you have experience with?
What are the IPC techniques ? explain each