Printing via function to debug main.

rewrite-2022-03-26
Mike Holloway 2 years ago
parent 008de3f44c
commit 320d899e95
  1. 3
      hash-files

@ -42,7 +42,7 @@ mdls_per_file () {
IFS=$old_IFS IFS=$old_IFS
done done
old_IFS=$IFS old_IFS=$IFS
export mdls_properties echo $mdls_properties
} }
@ -84,7 +84,6 @@ for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
$(mdls_per_file $file) $(mdls_per_file $file)
# echo "============= CSV Row ==========" # echo "============= CSV Row =========="
#echo "$file,$hash,$mdls_properties" #echo "$file,$hash,$mdls_properties"
echo "${mdls_properties[*]}"
# write_per_file $file $hash $mdls_properties # write_per_file $file $hash $mdls_properties
done done
} >> $temp_csv_file } >> $temp_csv_file

Loading…
Cancel
Save