Answers for "how to open file directory in terminal mac"

0

open a file mac terminal

To use default application:
$ open ~/Desktop/filename.mp4

To use a specific application:
$ open -a "QuickTime Player" ~/Desktop/filename.mp4
Posted by: Guest on March-01-2021

Code answers related to "how to open file directory in terminal mac"

Browse Popular Code Answers by Language