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
	Cleaning up comment lines
This commit is contained in:
Mike Holloway 2022-03-26 19:44:40 -04:00
parent a889f1ff6f
commit b069d30fa9

View File

@ -75,8 +75,6 @@ done
for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
## Set our hash value
hash=$($md5_bin $file | awk '{ print $4 }')
## Set our mdls values
# Print csv row output
# "============= CSV Row =========="
echo "$file,$hash,$(mdls_per_file $file)"