modified: hash-files

rewrite-2022-03-26
Mike Holloway 2 years ago
parent 55be94f26a
commit 0ece9167c0
  1. 2
      hash-files

@ -41,7 +41,7 @@ mdls_per_file () {
fi
IFS=$old_IFS
done
printf '%s\n' $mdls_properties
IFS=',';echo "${mdls_properties[*]}";IFS=$'\n'
}

Loading…
Cancel
Save