tree is a command-line utility that displays a graphical (well, ASCII-art) directory tree. I saw Scott Chacon using it in his
GitCasts and tried it in Terminal on OS X only to see that it wasn't installed. One quick
sudo port install tree with
MacPorts later, it was.
It's really useful for getting a quick idea of the state of a folder hierarchy. Highly recommended!