To open the finder from a terminal using OSX, execute the command:
open . if(typeof __ez_fad_position != 'undefined'){__ez_fad_position('div-gpt-ad-tutorials_technology-medrectangle-3-0')}; Open is a command that accepts a directory to open, for example:
open /Users
The previous command will open the Users directory.