Further clarification of mdls_properties list.

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

@ -76,7 +76,7 @@ IFS=',';echo "${csv_columns[*]}";IFS=$'\n'
for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
hash=$($md5_bin $file | awk '{ print $4 }')
mdls_properties=$(mdls_per_file $file)
echo "mdls_properties: $mdls_properties"
echo -e "mdls_properties: \n=======================\n$mdls_properties"
# write_per_file $file $hash $mdls_properties
done

Loading…
Cancel
Save