cat
Displays the contents of a text file
less
reads a file(little by little)
head/tail
reads the first(or last) 10 lines of a file.
find
locates files and directories on our system
grep
searches for a string in a file
sort
organizes text in a file
wc
counts lines, words and bytes in a file