Taken from the Unix Programming Environment by Brian Kernighan and Rob Pike (pg. 76): ____________________ Table 3.1: Shell Metacharacters ___________________ > prog >file direct standard output to file >> prog >>file append standard output to file < prog