open
命令用于打开文件、目录、程序等。
示例:
open ~/Document/xx.txt
open ~/Document/xx.docx
open ~/Document/xx.pdf
open ~/Document/xx.png
打开文件的时候,会自动关联相关的程序。也可以使用-a
选项来选择你想要用来加载该文件的应用程序。
示例:
open .
open ~
open ~/Downloads/
示例:
open /Applications/Safari.app/
更多的使用方法,可以通过man open
查看详细的使用帮助。