Answers for "open file in terminal mac"

C
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
1

open a file in from terminal

cat <path/your_file>
Posted by: Guest on July-22-2020

Code answers related to "open file in terminal mac"

Code answers related to "C"

Browse Popular Code Answers by Language