2nd September 2020
TIL
Looping over comma-separated values in Bash
— Given a file (or a process) that produces comma separated values, here's how to split those into separate variables and use them in a bash script.
2nd September 2020