Cyntech’s Tech Blog

Icon

Technical tidbits; coding and I.T.

How to open a Finder window from Terminal in OSX

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).