modified: hash-files

This commit is contained in:
Mike Holloway 2022-03-26 19:25:59 -04:00
parent 55be94f26a
commit 0ece9167c0

View File

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