Filed under: Software, Terminal Tips
10 Little Known Command-Line Utilities
ifconfig to check your IP address or lsbom to peek at the contents of an OS X installer package. If the notion of extending your command line vocabulary appeals, it's worth a visit to this quick article. You might pick up a trick or two you can incorporate into your day-to-day routines.

![TUAW [Cafepress]](http://www.blogsmithmedia.com/www.tuaw.com/media/tuaw-cafepress-promo.png)


Reader Comments (Page 1 of 1)
Scott Stevenson said 6:12PM on 11-23-2006
I posted a comment on the referenced page, but just to make an additional plea: I don't think it's a good idea to strip processor-specific code from application bundles. It puts the app in a broken state (from a version perspective) and saves almost no space.
Reply
Zac said 6:55PM on 11-23-2006
I also mentioned their screenshot tool could be reproduced by typing command-shity-3 then pressing space. Saves a lot of hububb.
Reply
Macskeeball said 9:04PM on 11-23-2006
I use SSH all the time to remotely control the headless Linux server I have going in the other room, and I must say it is an extremely useful tool to have. Although I'm not affiliated with the OpenSSH people in any way (except as a very happy user), I heard on the Run Your Own Server podcast (OpenBSD episode) that some of the main people involved depend on said donations for a living. Thus, if you find SSH as useful as I do, you might want to consider donating to the project on http://openssh.org/donations.html
Reply
Joe said 4:41AM on 11-24-2006
the only 2 that are new to me there are lsbom and lipo
the rest are pretty common to me but i have a unix back ground
Reply
V. Mardian said 12:03AM on 11-24-2006
Regarding #8, there are better ways to do this.
Entire Screen: Cmd-Shift-3
Selection: Cmd-Shift-4
Window: Cmd-Shift-4, spacebar
Reply
keso said 3:43AM on 11-24-2006
For crying out loud, article is about command line tools. Why people keep posting about how you can take screen shots using graphical user interface?
Reply
Duck said 9:42PM on 11-25-2006
Good find, very helpful!
Reply
cwerdna said 11:04PM on 11-25-2006
Replying to keso:
It's because it talks about it being better than Cmd-Shift-3 because of features that are already included in Cmd-Shift-4. Which is easier to type? Cmd-Shift-4 or screencapture -iW [or -ic] filename?
Reply