next up previous
Next: Running Commands in the Up: Shells Previous: Redirection

Pipes

Pipes are an extension of output and input redirection: the output of one program is the input of another.

eg1$ /bin/ls -1 | sort -f



Reece Kimball Hart
1998-03-18