piping : <, <, and |





With "<" and ">" input and output from or to files can be
established. We will deal with ">" only. Then the output of
some operation is transferred to a file instead of to the
screen. In contrast, with "|" the output of some operation
is transferred to another operation.



















[prev]   [top]   [next]