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
rewrite-2022-03-26 v0.1.0
Mike Holloway 2 years ago
parent a889f1ff6f
commit b069d30fa9
  1. 2
      hash-files

@ -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)"

Loading…
Cancel
Save