Redirection


From Knoppix Documentation Wiki
Revision as of 12:20, 11 April 2007 by Nk6K5w (Talk | contribs)

Jump to: navigation, search

Redirection

First, you have input / output streams. This is where the keyboard (input) data or display (output) data is (normally) going to/from.

cmd > write file
cmd < read file to pipe input in
cmd >> append write file
cmd 1>log.out 2>