Minor tweaks, handling of 0 prefixed codes

This commit is contained in:
Steve Howes
2018-04-05 09:30:25 +01:00
parent ca4e8d6a68
commit cf635208cf
13 changed files with 13 additions and 11 deletions
Regular → Executable
+1 -1
View File
@@ -1,7 +1,7 @@
ALL=
while IFS=, read -r col1 col2
do
ALL=$ALL$col1,
ALL=$ALL`expr $col1 - 0`,
done < dtc.csv
echo -n $ALL | sed 's/.$//'