Still getting duplicate keys. Investigating.

rewrite-2022-03-26
Mike Holloway 2 years ago
parent 3ac7a29917
commit 1fd34742fe
  1. 1
      hash-files

@ -70,6 +70,7 @@ echo "Keys of interest:"
echo ${keys_of_interest[@]}
echo "==========================================="
for key in ${keys_of_interest[@]};do
echo "Key $key is ${keys_of_interest[key]}"
csv_columns+=( ${keys_of_interest[key]} )
done
## Print columns to first line of csv

Loading…
Cancel
Save