Further clarification of mdls_properties list.
This commit is contained in:
parent
7d82f754db
commit
018d832456
@ -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…
Reference in New Issue
Block a user