LinuxLinks.com is a big collection of Linux related site Links.
URL: http://www.linuxlinks.com/
One Day One Command
===================
, >>, | — Redirection Operators.
Summary:
By using some special notation, we can redirect the output of many
commands to files, devices, even to the input of other commands and
pass the output of one command as input to another command. There are
3 Type redirections are available in shell:
1) Standard Output, 2) Standard Input and 3) Pipe