Slide 2.10: Built-in Unix shell commands Slide 3.1: Programming Exercise I: an on-line music store using files Home |
Redirection
It is to send the input or output of a process to a location other than the standard one. |
/bin/sort
cat unix.pl | sort
” is the same as the command “sort unix.pl
” .