I think that since you are removing a single character,  a better and faster
choice might be:
tr -d '"'

----------------
Warren Melnick
Director of Research and Development
Astata Corporation




-----Original Message-----
From: Larry Grover [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 10, 2001 3:34 PM
To: [EMAIL PROTECTED]
Subject: Re: Script (sed/perl) to remove all quotes (") from a file?


http://gnosis.cx/publish/programming/regular_expressions.html

The "regex" man page (section 7) is also good.

-- 
Larry Grover, PhD
Assoc Prof of Physiology
Marshall Univ Sch of Med


On Tuesday 10 April 2001 15:10, Mitchell Henderson wrote:
> hi
> try searching  google for regular expressions.
>
> On Tue, Apr 10, 2001 at 12:06:07PM -0700, Dan B wrote:
> > Can anyone give me a quick reference for building a script that
> > removes all quotes (" symbols) from a given file?
> >
> > I imagine a sed or perl script could do it.  Is there any good free
> > books/online resources that teach that kind of stuff?  (Besides
> > 'man sed'?)
> >
> > Thanks,
> >
> > Dan Browning, Cyclone Computer Systems, [EMAIL PROTECTED]
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>
> Mitchell Henderson            [EMAIL PROTECTED]
>                   314/935-4341
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to