Let’s say I have the following Bash script: while read SCRIPT_SOURCE_ LINE; do echo "$SCRIPT_SOURCE_ LINE ...
stackoverflow.com