Some simple commands File manipulation ls: list files and directories cp: copy files mv: move files Viewing files cat: type files to screen more,less: browse file contents Text processing head, tail: see the top or bottom of a file cut: chop lines into fields grep: search for "regular expressions"