Apple - Open folder in graphical file manager
Yes, there's a command for this, just type:
open .
open
is the command line equivalent of double clicking a file or directory in the Finder. open
either starts the standard application associated with the filesystem object provided as argument or, when used with option -a
, the application specified.
open
has some other interesting options, see man open
for more information.