Redirecting Input and Output
The output of a command can be sent to a file.
ls -l /etc >output
Input can come from a file ...
wc
">" is used to specify the output file.
"<" is used to specify the input file.
Previous slide
Next slide
Back to the index
View Graphic Version
Notes:
No notes for slide 16