emerson has asked for the wisdom of the Perl Monks concerning the following question:
Hi, i'm new on perl language and i need some help about this: I have a lot of files .csv in differents directories. I need going to each directory and filter each .csv file to a new csv file, what i mean is: for each filter csv file, create a new csv file with the filtered data. And i need it for all the directories. I have to clear that for each directory, the filter string will be different, but I guess that 'll have to change for each directory. I have to use grep command in the perl script. If anybody can help me, i will be very thankfull PD: sorry for my english, but im southamerican :P
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: New in perl and i need help!
by Anonymous Monk on May 26, 2015 at 22:12 UTC | |
|
Re: New in perl and i need help!
by ww (Archbishop) on May 27, 2015 at 11:44 UTC |