Chapter 6: Commands revisited: pipes and redirection
Table of contents
Chapter 6: Commands revisited: pipes and redirection
Putting the output of a command into a file
Using a file as input to a command
Joining files together
Background processing
Appending one file to another
Using pipes to build your own utilities
Summary