Export post-invocation of mdls_per_file function should be enough

This commit is contained in:
Mike Holloway 2022-03-26 19:14:33 -04:00
parent 652e775164
commit 008de3f44c

View File

@ -81,7 +81,7 @@ done
## Loop through files, writing to csv
for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
hash=$($md5_bin $file | awk '{ print $4 }')
mdls_properties=$(mdls_per_file $file)
$(mdls_per_file $file)
# echo "============= CSV Row =========="
#echo "$file,$hash,$mdls_properties"
echo "${mdls_properties[*]}"