Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ryanflucas

macrumors regular
Original poster
Mar 28, 2006
146
17
Milwaukee, WI
I'm looking for a comprehensive guide to Terminal commands in Mac OS X, specifically Snow Leopard and the upcoming Lion. It can be a faq file, online resource, a book, whatever. I would just like to learn to more efficiently use Terminal.

Anyone have any suggestions/recommendations? Perhaps someone offers an online course? I haven't checked out Apple yet, but maybe they have some sort of webinar? :D
 
What you want is a book on unix shell programming. The oreilly book "Learning the bash Shell" is decent.

When you run terminal you get a unix shell. Most likely the shell you're running in is called the bash shell. It might also be called sh, but the two are similar.

Open up a terminal and type the command:
ps
The right column in the output will tell you what shell you're running. That's the subject you want to learn about.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.