Creating Pipelines of Commands
In Unix you build your own tools.
ls -l /bin | cut -c38- | sort -n
Tasks:
Searching the output of a command: Make up a sample command line.
Sending output to email: Make up a sample command line.
Previous - Standard Input and Standard Output
Next - Running Commands in the Background
Home