Re: deleting coma in a large number of files

2007-07-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Timothee on 7/20/2007 12:22 PM: > Hello, > as said in the title, I have suppress all comas in a lot of text files > located in the same directory, all having the same name but with a different > number at the end (year1, year2, year3, ...)

Re: deleting coma in a large number of files

2007-07-21 Thread Bob Proulx
Timothee wrote: > as said in the title, I have suppress all comas in a lot of text files > located in the same directory, all having the same name but with a different > number at the end (year1, year2, year3, ...). > > I'm sure this can be done very rapidly in bash but have no idea of how to > wr