Hello,<br><br>I am trying to do a search and replace in vi but I need to search and replace on "/T"<br><br>so how do I escape the /?<br><br>%s/"/T"/T/g obvisouly does not work....<br><br>how do I specify a / in the vi search string?
<br>