From 1fd34742fe06adb890ffd49518894b5b1395b2b3 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 26 Mar 2022 18:45:56 -0400 Subject: [PATCH] Still getting duplicate keys. Investigating. --- hash-files | 1 + 1 file changed, 1 insertion(+) diff --git a/hash-files b/hash-files index 46ab571..f36a7c1 100755 --- a/hash-files +++ b/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