views:

96

answers:

2

Hi,

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

Thanks

+1  A: 

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

Ben S
A: 

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.

jrdioko