11, 19, 2020
linux terminal open
Use the open command to open a file using this syntax:
~$ open project 
Open a directory too :
~$ open directory name 
opens the Finder app with current directory open in macOS.
Use the special . symbol to open the current directory :
~$ open .
This command can also be used to run an application:
~$ open application name