无法在 Plan 9 acme 中创建文件

发布于 2024-10-14 20:57:03 字数 282 浏览 6 评论 0原文

我在 VirtualBox 中运行 Plan 9 操作系统。主机操作系统是 Fedora 14。

当我运行 acme hello.c 时,出现错误:

can't open hello.c:'hello.c' file does not exist

我正在遵循本指南 新手指南

I'm running Plan 9 OS in VirtualBox. The host OS is Fedora 14.

When I run acme hello.c there's an error saying:

can't open hello.c:'hello.c' file does not exist

I'm following this guide newbie-guide.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一杆小烟枪 2024-10-21 20:57:03

要在 Acme 中创建新文件:

  1. 用鼠标中键单击任意列顶部的New 命令。
  2. 在新窗口中创建一个标签,即在新窗口的左上角写入文件名。
  3. 用鼠标中键单击新窗口顶部的 Put 命令。

或者

  1. 在某处写入 touch hello.c
  2. 使用鼠标中键标记touch hello.c,即将鼠标指针移动到短语之前,按住鼠标中键,将鼠标移动到短语末尾,释放按钮。
  3. 用鼠标右键单击 hello.c。

要在 Acme 中打开现有文件:

  1. 在任意位置写入文件名,然后用鼠标右键单击它。

一旦您掌握了一些基本概念,Acme 就会变得非常直观。

To create a new file in Acme:

  1. Click with the middle mouse button on the New command at the top of any column.
  2. Create a tag in the new window, i.e. just write the filename at the top left of the new window.
  3. Click with the middle mouse button on the Put command at the top of the new window.

or

  1. Write touch hello.c somewhere.
  2. Mark touch hello.c using the middle mouse button, i.e. move the mouse pointer just before the phrase, press and hold the middle mouse button, move the mouse to the end of the phrase, release the button.
  3. Click hello.c with the right mouse button.

To open an existing file in Acme:

  1. Write the filename anywhere and click it with the right mouse button.

Acme is really intuitive once you grasp a few basic ideas.

你列表最软的妹 2024-10-21 20:57:03

作为一种快速解决方法,您应该能够创建该文件,然后对其进行编辑:

term% touch hello.c
term% acme hello.c

这在我的系统上运行良好。

As a quick workaround, you should be able to create the file and then edit it:

term% touch hello.c
term% acme hello.c

which works fine on my system.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文