Re: Escaping with tr
- From: mlists@xxxxxxxxxxxxxxx (JupiterHost.Net)
- Date: Tue, 30 Aug 2005 16:04:06 -0500
Eric Walker wrote:
On Tuesday 30 August 2005 04:16 pm, Bernard van de Koppel wrote:
"bla bla";"bla bla";"bla bla"
cat test.file | sed 's/\"//g' > editedfile
Good solution for sed list and if you like redirtecting from a pipe and using multiple program when unnecessary (do you also where mits over your gloves which are themselves over liners???) :)
perl -pi -e 's/\"//g;' my.csv
There are other options you can specify to make the orig and edited file different as well, but I'll leave that as an excersize for you :)
HTH :)
Lee.M - JupiterHost.Net .
- References:
- Escaping with tr
- From: Bernard van de Koppel
- Re: Escaping with tr
- From: Eric Walker
- Escaping with tr
- Prev by Date: Re: Escaping with tr
- Next by Date: Win32::OLE question(s)
- Previous by thread: Re: Escaping with tr
- Next by thread: Re: Escaping with tr
- Index(es):