Line 42 - Is this where the redundant mdls properties output comes from?

This commit is contained in:
Mike Holloway 2022-03-26 19:36:31 -04:00
parent 01faecccda
commit fb29201bcd

View File

@ -39,7 +39,7 @@ mdls_per_file () {
fi
IFS=$old_IFS
done
IFS=',';echo "${mdls_properties[*]}";IFS=$old_IFS
# IFS=',';echo "${mdls_properties[*]}";IFS=$old_IFS
}