Output redirection and pipes

commandname > filename Capture the output of commandname in the file filename
commandname » filename Append the output of commandname to the file filename
cmd1 |cmd2 Run cmd1 and pipe the output into the command cmd2




Matt Disney 2005-09-14