Standard Input and Standard Output, also Standard Error
STDIN
STDOUT
STDERR
STDERR normally goes to the same place as STDOUT
Tasks:
Why would you want to redirect STDOUT to a file?
Why would you want to send STDERR to a file?
Why would you want to get STDIN from a file instead of the keyboard?
Why would you want to send STDOUT to the STDIN of another command?
Previous - Wildcards in the Command Line
Next - Creating Pipeline of Commands
Home
List of Links:
Link 1
Link 2