top - Shows you what each active process in your computer is doing.
top -u sorts it by CPU usage.
If a program locked up and you can't force quit it, go into terminal, find out what it's PID is by typing
ps aux, then type
kill ### (where ### is the nuber of that procecss) (carefull tho, don't go bonkers with this - only do it to programs that locked up).
You can also read mail with PINE (altho you might have to download PINE to do that as I don't recall if it's included with OSX), you can write text files and web pages using programs such as pico (my personal favorite), vi, emacs, etc.
You can remove trash items that refuse to empy from the trash can (forgot the command but someone posted it somewhere on macosx.com)
There's an entire world in the terminal, the question is - how far do you want to go? Ok, why do I all of a sudden feel like Morpheus offering a choice of pills? LOL
You may want to pick up a book on either Linux/Unix or OSX (or all) - I just don't know which one would be good for a beginner for command line stuff tho... Anyone else know anything like that?
Most books I've run accross want to show you things on Gnome/KDE or specific to a distro, anything more generic out there?
Welcome to the REAL world!