Linux Administration/Commands/Redirects
Appearance
This lesson covers streams, pipes, and redirects.
Objectives and Skills
[edit | edit source]Objectives and skills for the streams, pipes, and redirects portion of Linux+ certification include:[1]
- Use streams, pipes, and redirects
- Redirecting standard input, standard output and standard error
- Pipe the output of one command to the input of another command
- Use the output of one command as arguments to another command
- Send output to both stdout and a file
- The following is a partial list of the used files, terms and utilities:
Readings
[edit | edit source]- Wikipedia: Redirection (computing)
- Wikipedia: Standard streams: stdout, stderr and how to redirected them:
2>&1
Multimedia
[edit | edit source]Activities
[edit | edit source]- Complete the tutorial IBM: Learn Linux, 101: Streams, pipes, and redirects