Created: Apr 23, 2019
To open the finder from a terminal using OSX, execute the command:
open .
Open is a command that accepts a directory to open, for example:
open /Users
The previous command will open the Users directory.
Users