我在VirtualBox中运行Plan 9 OS.主机操作系统是Fedora 14.
我跑的时候acme hello.c有一个错误说:
can't open hello.c:'hello.c' file does not exist
Run Code Online (Sandbox Code Playgroud)
我正在关注本指南新手指南.
要在Acme中创建新文件:
New在任何列顶部的命令上单击鼠标中键.Put在新窗口顶部的命令上单击鼠标中键.要么
touch hello.c某处.touch hello.c使用鼠标中键进行标记,即在短语之前移动鼠标指针,按住鼠标中键,将鼠标移动到短语的末尾,释放按钮.要在Acme中打开现有文件:
一旦掌握了一些基本想法,Acme就非常直观.
作为一种快速解决方法,您应该能够创建该文件,然后对其进行编辑:
term% touch hello.c
term% acme hello.c
Run Code Online (Sandbox Code Playgroud)
在我的系统上运行良好。