On Tue, October 17, 2006 09:41, Phil wrote:<br /> <!-- begin sanitized
html --> Thank you for the replies! you guys rock and always help!<br
/><br /><br /><br />
<div><span class="gmail_quote">On 10/17/06, <strong
class="gmail_sendername">Luc MAIGNAN</strong> luc.maignan@winxpert.com
> wrote:</span><blockquote style="border-left: 1px solid rgb(204, 204,
204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"
class="gmail_quote">You can simply escape it by '\'<br /><br
/>%s/\/T/T/g<br /><br />Best regards<br /> <br />Phil a écrit :<br
/>> Hello,<br />><br />> I am trying to do a search and replace
in vi but I need to search and<br />> 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 />Gee why go to all that
trouble?  The / is simply a field delimiter, so use something else
instead, I ususally use a ,<br />%s,/T,T,g<br />Works just dandy.<br
/>Pete<br />--<br />fedora-list mailing list<br /><a title="This external
link will open in a new window" target="_blank"
href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br />To
unsubscribe: <a title="This external link will open in a new window"
target="_blank"
href="https://www.redhat.com/mailman/listinfo/fedora-list">
https://www.redhat.com/mailman/listinfo/fedora-list</a><br
/></blockquote></div>
<br />  <!-- end sanitized html -->