On branch rewrite-2022-03-26

Your branch is up to date with 'origin/rewrite-2022-03-26'.

 Changes to be committed:
modified:   hash-files
	Finally, commas in-between the mdls values!
	Prepare the csv...
This commit is contained in:
Mike Holloway 2022-03-26 19:28:20 -04:00
parent 33e88fba83
commit ddc61edccd

View File

@ -82,7 +82,7 @@ for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
hash=$($md5_bin $file | awk '{ print $4 }')
mdls_per_file $file
# echo "============= CSV Row =========="
#echo "$file,$hash,$mdls_properties"
echo "$file,$hash,$mdls_properties"
# write_per_file $file $hash $mdls_properties
done
} >> $temp_csv_file