I have some scripts(linux) which are generating the o/p with respect to Windows. I expect it to be /home/manty/...
it generates \home\manty\...
It is very annoying when I try to change one by one all the time. So just for this purpose, I am leaving vim and going to gedit
to perform "find and replace". How can I do it in vim?
I tried with following :
:%s/\\/\/
It changed only in the two places. I tried several other combinations as well nothing is working out.