vim 特殊字符“^\”

发布于 2024-08-29 05:20:56 字数 54 浏览 2 评论 0 原文

我在 VI 中打开一个文件,看到一些“^\”的实例,这个字符到底是什么?

谢谢

I opened a file in VI and I see a few instances of "^\" What exactly is this character?

Thanks

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

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

发布评论

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

评论(2

热风软妹 2024-09-05 05:20:56

似乎是来自 文件分隔符 ASCII 字符.wikipedia.org/wiki/ASCII#ASCII_control_characters" rel="nofollow noreferrer">ASCII 表。

Seems to be a file-separator ASCII character from the ASCII table.

绿阴红影里的.如风往事 2024-09-05 05:20:56

在谷歌上查了一下,听起来它通常会发送一个退出信号(取决于你所在的机器)。请参阅 stty 命令来确定它在您的盒子上映射到的内容。使用 ping 时,它还会产生意想不到的有用效果,请参阅这篇博文

After poking around on Google, it sounds like it generally sends a quit signal (depending on the machine you're on). See the stty command to determine what it's mapped to on your box. It also has an unexpected and useful effect when using ping, see this blog post.

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