MacOS 风格通过控制台使用默认应用程序打开文件

MacOS 风格通过控制台使用默认应用程序打开文件

有没有办法使用 MacOS 命令open通过其默认应用程序打开文件,例如open mytext.pdfopen 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.

相关内容