Pipes and Redirection

cmd  > file # output of cmd is stored in file
cmd1 | cmd2 # output of cmd1 become the input to cmd2