Hi,
I opened a file in VI and I see a few instances of "^\" What exactly is this character?
Thanks
Hi,
I opened a file in VI and I see a few instances of "^\" What exactly is this character?
Thanks
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.