Opening other files on Mac OS How to open non-text files? Mac OS: "open" • Opens the program associated with this file • Like double-clicking in Finder • Opens in Aqua graphical user interface open index.html open. open -a Preview picture.jpg Opens html file in browser Opens current directory in Finder Opens picture.jpg with Preview
Opening other files on Mac OS with Bash
feel free to call us +800.241.0630 russ@russellcoder.com
Related Articles
-
How to find out the full path to the directory your are in ? – PWD
russellc, , BASH, 0
PWD – Print Working Directory At the command line type pwd
-
How do you list a the contents of a directory? – LS
russellc, , BASH, 0
At the command line just type – ls
-
-
-
-
Getting Help with bash commands
russellc, , BASH, 0
Getting Help Manual Pages • command: “man” • “man Is” • “man cd” • “man man” Using the manual...
-
About filenames with bash
russellc, , BASH, 0
About filenames Filenames can contain just about anything • Except/ • Hidden files start with a dot Case sensitivity...
-