Redirecting Output
Normally input from the console comes from the keyboard, and output to console goes to the display screen
Programs written in C can make use of this redirection to change the way input/output are handled
e.g., program > outfile (redirecting)
e.g., program >> outfile (appending)