Simple commands (cont) File access cat - show (concatenate) files more - show files a page at a time less - less is more grep - find strings in files head - show top of file tail - show bottom of file sort - sort lines of a file wc - count lines/words/chars in a file