|
Posted by pauls on March 11, 2008, 3:10 pm
Please log in for more thread options
pauls wrote:
> I am trying to figure-out how to eliminate any occurrences of the
> following text:
>
> </font>
>
> in a text file.
>
> Usually I try to do some operation on the input file $_ like this:
>
> s/</font>//g;
>
> But, this does not eliminate the text.
>
>
> Any help appreciated!
>
> Thanks!
>
> P.
Thanks folks, much apprecaited!
P.
|