sort - sort lines of text files
head - output the first part of files
tail - output the last part of files
grep - print lines matching a pattern
wc - print the number of bytes, words, and lines in files
diff - find differences between two files
more - file perusal filter for crt viewing
less - opposite of more