Help on any Unix command. RTFM!
man {command}
Type man ls to read the manual for the ls command.
man {command} > {filename}
Redirect help to a file to download.
whatis {command}
Give short description of command. (Not on RAIN?)
apropos {keyword}
Search for all Unix commands that match keyword, eg apropos [...]
