Open a directory in Mac OS X Finder from the Terminal

From the Mac OS X Terminal application, you can open the Finder to any directory you wish by typing:

$open <directory name here>

For example, to open up the current directory in the Finder, type:

$open .

or the apps directory:

$open /Applications