Teasing out duplicate key...

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

@ -66,6 +66,9 @@ temp_csv_file=$($mktemp_bin)
## Initialize column names
csv_columns=( "File Path" "File Hash" )
## Populate Columns from keys of interest
echo "Keys of interest:"
echo ${keys_of_interest[@]}
echo "==========================================="
for key in ${keys_of_interest[@]};do
csv_columns+=( ${keys_of_interest[key]} )
done

Loading…
Cancel
Save