我知道我们可以使用终端在Safari中打开html:
open -a Safari index.html
也适用于.txt文件:
open -a Safari "file:///Users/poudel/a.txt"
但是,我们如何打开.sh,.py,.R或其他程序文件?
open -a Safari "file:///Users/poudel/a.sh" # does not work!!
演示Safari>文件>打开文件
Supported: .txt .pdf .html
Not supportd: all programming scipts
系统信息
Safari: Version 12.1 (14607.1.40.1.4)
Macos Mojave: 10.14.4
Computer: MacBook Pro (13-inch, 2017, Four Thunderbolt 3 Ports)