Difference between revisions of "Redirection"


From Knoppix Documentation Wiki
Jump to: navigation, search
m (Reverted edit of Zy0Vnn, changed back to last version by RubA0a)
 
(3 intermediate revisions by 3 users not shown)
(No difference)

Latest revision as of 23:01, 19 August 2007

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>