OS X: Terminal launch finder for current directory

open “`pwd`”

PG TIP: I like to add this to my .bash_profile as an alias so I can just type finder to launch it:

alias finder=’open “`pwd`”‘

Comments 2

  1. John Plein wrote:

    Instead of ‘open `pwd`’ you can also type ‘open .’

    Posted 19 Aug 2010 at 6:09 am
  2. Pete wrote:

    Just typing ‘open’ for me displays the options available for the open command.

    Posted 19 Aug 2010 at 7:26 am

Post a Comment

Your email is never published nor shared. Required fields are marked *