How to open a Finder window from Terminal in OSX

Posted: October 19, 2009 in Computers, Programming
Tags: , , ,

Here’s a neat little trick I just learned.  If you’re in Terminal and need a Finder window of the folder you’re in, just type the following:

$> open .

Very handy if you need to use some Finder functions and you’re deep in a folder tree (like a java package).

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s