hoffmann
- 65
- 0
how do i open a PDF file in the bash shell on a mac?
open -a /Applications/Preview.app path/to/file.pdf
D H said:Code:open -a /Applications/Preview.app path/to/file.pdf
open path/to/file.pdf