sh 从终端打开文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 从终端打开文件相关的知识,希望对你有一定的参考价值。

# -a lets you pass an application name to open with
open -a TextEdit ~/path/to/foo.txt

# -e will open the file in TextEdit
open -e ~/path/to/foo.txt

# -t opens the file with the default text editor
open -t ~/path/to/foo.txt

以上是关于sh 从终端打开文件的主要内容,如果未能解决你的问题,请参考以下文章

sh 使用sublime从终端打开文件

从 JavaScript 打开终端并运行 bash 命令 Linux

在Ubuntu13.04中如何默认设定以终端的方式打开sh文件?

ubuntu 终端怎么运行可执行文本文件

sh 从终端访问主机文件

Ubuntu双击运行.sh文件的问题