Can we add the IFS work now?

rewrite-2022-03-26
Mike Holloway 3 years ago
parent f52295c6ee
commit bbc65490d3
  1. 2
      hash-files

@ -81,7 +81,7 @@ done
## Loop through files, writing to csv
for file in $(find $Working_Fullpath -maxdepth 1 -type f); do
hash=$($md5_bin $file | awk '{ print $4 }')
echo $(mdls_per_file $file)
IFS=',';echo $(mdls_per_file $file);IFS=$old_IFS
# echo "============= CSV Row =========="
#echo "$file,$hash,$mdls_properties"
# write_per_file $file $hash $mdls_properties

Loading…
Cancel
Save