【发布时间】:2014-04-20 17:18:07
【问题描述】:
为什么我不能让这个 bash 命令无法正常工作?
到目前为止,我正在使用它在 Sublime Text 中打开文件
open -a Sublime\ Text path/to/file_directory/file_name.php (doesn't have to be php)
这适用于大多数文件,但不适用于某些文件。
又名:
- .htaccess
- some_file(不带 .txt、.php 或任何其他结尾)
- some_file.txt
【问题讨论】:
标签: macos bash shell command-line command