Terminal Tip: Open Up Files
Terminal Tip: Open Up Files In this tutorial I will show you how you can open up files such as .mov .png ect ect using your default applications that handle each file that it is associated with.
Open up Terminal & type:
open filename.mov
Open a application type:
open -a application_name
Open a Url type:
open url_link_name
Press return/enter and now the file has been opened by it’s default application.
Have Fun & Enjoy.