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

C
5

how to open a file using terminal

open ~/Desktop/filename.txt
Posted by: Guest on June-07-2020
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 "how to open a file in terminal mac"

Code answers related to "C"

Browse Popular Code Answers by Language