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

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to