Mac OS X tip: open current Terminal path in Finder

Here’s a quick and easy way to open the current Terminal path in Finder.

$ open .

Yep, that’s it. The open command will open the given file or folder with the default application. I use this all the time to open a path in Finder, but I also use it to open Xcode projects from the command line.