Ever wonder how to get your full directory tree into a text file in Mac OS X or any unix or linux env for that matter.

Paul from irc.linux.ie came up with a great way of doing it from one simple command:

find / > ~/tree.txt