Had a burning need for some linux loving recently. I'll post about
that shortly too. I found a great linux command line cheat sheet at http://www.pixelbeat.org/cmdline.html
CommandDescription
•apropos whatisShow commands pertinent to string. See also threadsafe
•man -t man | ps2pdf - > man.pdfmake a pdf of a manual page
which commandShow full path name of command
time commandSee how long a command takes
•time catStart stopwatch. Ctrl-d to stop. See also sw
•nice infoRun a low priority command (The "info" reader in this case)
•renice 19 -p $$Make shell (script) low priority. Use for...