Export post-invocation of mdls_per_file function should be enough
This commit is contained in:
parent
652e775164
commit
008de3f44c
@ -81,7 +81,7 @@ done
|
|||||||
## Loop through files, writing to csv
|
## Loop through files, writing to csv
|
||||||
for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
|
for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
|
||||||
hash=$($md5_bin $file | awk '{ print $4 }')
|
hash=$($md5_bin $file | awk '{ print $4 }')
|
||||||
mdls_properties=$(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[*]}"
|
echo "${mdls_properties[*]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user