Initial Changes

This commit is contained in:
stevenhowes
2018-04-04 18:54:31 +01:00
committed by GitHub
parent 4d14fd56bf
commit ca4e8d6a68
34 changed files with 3769 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
ALL=
while IFS=, read -r col1 col2
do
ALL=$ALL$col1,
done < dtc.csv
echo -n $ALL | sed 's/.$//'