It's because of the double quotes.
If possible modify the `path/to/containing/file` and remove the quotes. If not possible add a piped process (`tr` or `sed` or something similar) to remove the quotes from the process substitution.
It's because of the double quotes.
If possible modify the `path/to/containing/file` and remove the quotes. If not possible add a piped process (`tr` or `sed` or something similar) to remove the quotes from the process substitution.