在 Cygwin 中创建文件

发布于 2025-01-03 12:44:24 字数 98 浏览 1 评论 0原文

我知道这是一个基本问题,但我刚刚开始使用 Cygwin,并且通常在创建新的 C 文件和新文件时遇到问题。我尝试了 cygstart filename.c ,但它一直说“找不到文件”。

I know this is a basic question, but I just started using Cygwin and I'm having trouble creating new C files and new files in general. I tried cygstart filename.c and it kept saying "file not found".

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

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

发布评论

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

评论(1

时光匆匆的小流年 2025-01-10 12:44:24

如果您只想要一个空文件foo.c,那么touch foo.c

尽管如果您想在文本编辑器中编辑它,通常不必事先创建新文件。例如,您可以只说 emacs foo.cvim foo.c,即使 foo.c 尚不存在。当然,这是假设您在 Cygwin 中安装了 emacsvim 软件包。

If you just want an empty file foo.c, then touch foo.c.

Although if you want to edit it in a text editor, you generally don't have to create a new file beforehand. For example, you could just say emacs foo.c or vim foo.c, even if foo.c doesn't exist yet. This is assuming you have the emacs or vim packages installed in Cygwin, of course.

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