Skip to Content

Monday man page: ls

There are two kinds of Mac folk: them that finds this "Terminal" thing strangely fascinating, and them what considers it the worst kind of wicked magic, not to be trifled with. Here at TUAW we've got all kinds, and for anyone who might be curious about the power and possibilities of the command line, we're going to provide some weekly quick tips and suggestions for introductory use. Always keep in mind, though, that the damage you can do from Terminal is effectively unlimited, especially with administrative access. Best to play around in a 'dummy' account until you have your sea legs.

Even before we start, an explanation of the title: 'man pages' are the BSD UNIX manuals, already tucked away on your Mac. You can type "man command" in Terminal for a detailed (not to say overwhelming) rundown on any command-line tool. As we've mentioned before, an excellent intro to Terminal in Tiger can be found over at the O'Reilly Mac Dev Center. We also posted about Unix for the Beginning Mage, an amusing beginner's guide to the plumbing under Mac OS X.

Our fine feathered friend today is 'ls' -- the UNIX directory list command. Read on for more...The 'ls' command will, in basic form, list the contents of a directory. Type 'ls ~/Desktop' sans quotes in Terminal, and get a readout of the files on your Desktop:
Last login: Mon Dec 18 00:02:44 on ttyp1
Welcome to Darwin!
MTR-iMac-242:~ miker$ ls ~/Desktop
Desktop 20060904 MacHeist ?? Bundle Receipt.pdf
Desktop 20061217 TuneTalk.JPG
"Cool beans," you say, "but can't I do that from the Finder?" Yes; but with some options, 'ls' can:
  • list ALL the files in a directory: 'ls -a ~/Desktop' -- great for finding mystery files; C.K. posted about this a while back
  • give a detailed readout including permissions: 'ls -l' -- or combine with above for all the invisibles and all the permissions: 'ls -la'
  • see the otherwise-hard-to-find ACLs for a directory or file: 'ls -e'
  • sort the file list by modification date, most recent first: 'ls -t'
For the full man page on 'ls' check out the HMUG listing or simply type 'man ls' at the Terminal prompt. It's worth mentioning that 'ls' (unlike some other commands we could mention) is completely nondestructive, so don't panic.

There are two kinds of Mac folk: them that finds this "Terminal" thing strangely fascinating, and them what considers it the worst kind of...
 

Add a Comment

*0 / 3000 Character Maximum

19 Comments

Filter by:
Mike R.

Suggestions noted: next week, a special Xmas Monday man page on dig, host and nslookup.

December 19 2006 at 12:07 AM Report abuse rate up rate down Reply
artifex

Michael:

It'd be cool for you to do one on dig next. If more people know about it and nslookup (actually what I usually use), I can pretend there are more people who will want to learn more about DNS in general and troubleshoot their own issues :)

December 18 2006 at 10:37 PM Report abuse rate up rate down Reply
linkbeat

Ahhh yes, "ls -alh --color=auto" is what I aliased ls to be on my old linux systems. I tried that on the mac (recent switcher) and obviously was disappointed. I didn't even think about researching the BSD equivalent. Thanks for the -G info.

I vote for a detailed review on the "Dig" command. That thing can be powerful in scripting.

December 18 2006 at 6:13 PM Report abuse rate up rate down Reply
ryan

little more fitting to what ls --color=auto does (for bash users...

in your ~/.bash_profile

if [ "$TERM" == "xterm-color" ]; then
alias ls='ls -G'
fi

wow, three comments in one story. I really need to gather my thoughts a little better prior to posting :-)

December 18 2006 at 12:01 PM Report abuse rate up rate down Reply
Clair

The BSD backbone is one of the reasons I moved back to an Apple computer after almost 20 years. I do not go a day without accessing the command line.

December 18 2006 at 12:00 PM Report abuse rate up rate down Reply
Mike R.

Narco: sorry to hear it. Most likely there was something else wonky on your machine...

Ryan: I'd put you in the 'fascinated' category, or possibly the 'jaded' category.

December 18 2006 at 11:58 AM Report abuse rate up rate down Reply
ryan

""ls --color=auto" is my personal favorite, and what "ls" is aliased to on all my systems (dunno what the BSD equivalent is)."

ls -G

December 18 2006 at 11:54 AM Report abuse rate up rate down Reply
Craig McCreath

Well if there's a coincidence like none other this would be it. After having to repair a busted iMac G5 today (wouldn't boot) I scoured the internet searching for this very command! How odd!

Seriously, tuaw, stop reading my mind. First, an Apple Store in Scotland - now this!

December 18 2006 at 11:53 AM Report abuse rate up rate down Reply
narco

I had my first brush with Terminal yesterday when I tried to delete a 20GB text file that would Kernel Panic every time I tried to delete it. I had lots of help, of course.

Long story short, the hard drive won't boot up. That's the end of my Terminal days.

Fishes,
narco.

December 18 2006 at 11:49 AM Report abuse rate up rate down Reply
ryan

What about the mac folk that has at least a dozen terminal windows open at a time, and spends his 8 hour work day there?

December 18 2006 at 11:48 AM Report abuse rate up rate down Reply
Buy an ad here

Hot Apps on TUAW

Tweets

© 2012 AOL Inc. All Rights Reserved.