whoops wrong bracket type.

rewrite-2022-03-26
Mike Holloway 2 years ago
parent 2f5be070c8
commit 16a6db49d9
  1. 2
      hash-files

@ -85,6 +85,6 @@ for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
echo "$file,$hash,$mdls_properties"
# write_per_file $file $hash $mdls_properties
done
) >> $temp_csv_file
} >> $temp_csv_file
cat $temp_csv_file
unset IFS

Loading…
Cancel
Save