标签: macos terminal command
当我不给它任何选项时,“打开”命令将非常有效。
输入:
Dan$ open mongo.txt
输出:
Hello World
如果我使用“ -e”选项,则会引发错误。
Dan$ open -e mongo.txt
FSPathMakeRef(/Applications/TextEdit.app) failed with error -36.
为什么会这样?怎么解决?