while read line | Unix Linux Forums | Shell Programming and Scripting
Hi, I have this type of bash code: Code: #!/bin/bash while read -r line; do echo \$line | /usr/local/example/program.sh done My question is, why if I put an echo statement inside the ......