cat report.c {prints file on stdout, no pauses} cat -v -e -t dump {show non-printing characters too} cat >newfile {reads from stdin, writes to 'newfile'} cat rpt1.c inp.c test.s {combine 3 files into 1} more report.c {space for next page, q to quit} ps -a | more {page through the full output of ps} grep smug *.txt {search *.txt files for 'smug'}