[4 / 1 / ?]
Quoted By:
Hello,
I need to realize a shell script.
I have multiple CSV files with hundreds lines. All those lines have the same format and their fields are separated with a |
If the third field of a line correspond to 1234 then the next field, the 4, must be transformed into 'qwerty'
I have tried to do something with grep and sed, but without success. I'm a total noob in shell
Thank.
I need to realize a shell script.
I have multiple CSV files with hundreds lines. All those lines have the same format and their fields are separated with a |
If the third field of a line correspond to 1234 then the next field, the 4, must be transformed into 'qwerty'
I have tried to do something with grep and sed, but without success. I'm a total noob in shell
Thank.