mirror of
https://github.com/stevenhowes/MXDiag.git
synced 2026-05-26 15:53:42 +01:00
7 lines
71 B
Bash
Executable File
7 lines
71 B
Bash
Executable File
ALL=
|
|
while IFS=, read -r col1 col2
|
|
do
|
|
echo \"$col2\",
|
|
done < dtc.csv
|
|
|