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`”‘
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
Instead of ‘open `pwd`’ you can also type ‘open .’
Posted 19 Aug 2010 at 6:09 am ¶Just typing ‘open’ for me displays the options available for the open command.
Posted 19 Aug 2010 at 7:26 am ¶Post a Comment