Redirecting Input and Output


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