Manipulating specific columns in a csv via Bash?
I am writing a script to setup a csv file with data parsed from another .txt file. I have a few particular columns, and how this program flows, I am using these columns to grab data from the .txt. I am just unsure on how to proceed, since I want the next column to be tied to the current iteration of things Im looking at.