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
-
Your first bash session
russellc, , BASH, 0
-Your first bash sessionPrompt shows username, hostname and current working directory and Depends on configuration -“cd”: Change Directory -cd move...
-
-
-
Copy Files – CP
russellc, , BASH, 0
Example of copy command Macbook-Air:demo reindertS Is -R alice Sherlock ./alice: alice.txt wonderland.jpg ./sherlock: holmes.jpg sherlock.txt Macbook-Air:demo reindertS...
-
Getting Help with bash commands
russellc, , BASH, 0
Getting Help Manual Pages • command: “man” • “man Is” • “man cd” • “man man” Using the manual...
-
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
-
Absolute paths
russellc, , BASH, 0 -
How to Remove Directories (Folders) – Centos 7
russellc, , BASH, command line, Linux OS, terminal, 0
How to Remove Directories (Folders) To remove an empty directory use the -d option. rm -d dirname Copy To remove non-empty...