blog.briangallimore.com
Redirect, Pipe, and Tee
Redirect – ls command creates file called file_list.txt instead of sending to stdout: $ ls > file_list.txt Redirect Append – ls command appends file_list.txt instead of sending to st…