我在VirtualBox中运行Plan9操作系统。主机操作系统是Fedora 14。
当我运行acme hello.c时,出现以下错误:
can't open hello.c:'hello.c' file does not exist我正在遵循这个指南newbie-guide。
发布于 2011-05-08 04:30:44
要在Acme中创建新文件:
New命令上单击鼠标中键。Put命令上单击鼠标中键。或
使用鼠标中键写入somewhere.
touch hello.c 要在Acme中打开现有文件,请执行以下操作:
一旦你掌握了一些基本概念,Acme就会变得非常直观。
发布于 2011-05-08 00:33:15
作为一种快速解决方法,您应该能够创建文件,然后对其进行编辑:
term% touch hello.c
term% acme hello.c这在我的系统上运行得很好。
https://stackoverflow.com/questions/4825819
复制相似问题