|
|
|
|
|
by AstroJetson
1740 days ago
|
|
This is why I hate CSV files. Trying to reformat huge blocks of data is a job that Awk does well. The associative arrays let you build structures that let you do the heavy lifting. For record processing, Awk should be one of the first tools you look at. |
|