有没有办法使用 MacOS 命令open
通过其默认应用程序打开文件,例如open mytext.pdf
或open myprogramm.java
。Ubuntu 可以通过这种方式扩展吗?
答案1
尝试xdg-open <your-file>
。
xdg-open opens a file or URL in the user's preferred application. If a
URL is provided the URL will be opened in the user's preferred web
browser. If a file is provided the file will be opened in the preferred
application for files of that type. xdg-open supports file, ftp, http
and https URLs.