I need to replace ^A, ^B in a file, the following command is useless :s/^A/
2 Answers
To get the ^A character, press CTRL-V CTRL-A
If you have configured the "paste" action with CTRL-V (generally on Windows) you can use CTRL-Q instead of it.
To get the ^A character, press CTRL-V CTRL-A
If you have configured the "paste" action with CTRL-V (generally on Windows) you can use CTRL-Q instead of it.