bullroarer asks:
"How do I perform Terminal commands on any items on my Mac that have spaces in their pathnames? Because Finder allows spaces in file and directory names, I'm often creating such with spaces but then if I try to cd to one in the Terminal the space kills the command. How is this done?"
There are three ways that I know of to handle this. They are:
cd '/Users/username/temp/directory with spaces'
cd /Users/username/temp/directory\ with\ spaces
Mac OS X Hints
http://hints.macworld.com/article.php?story=20010305211647646