Hi,
on Ubuntu with Bash when i want to read from a variable in "while read" it's possible with:
This doesn't work in a shell script (shebang = #!/bin/sh) on LibreELEC. I get the error:
Quotesyntax error: unexpected redirection
When i try '<<' instead of '<<<' there is not error but also no echo output.