bash scripting while loop example




Bourne/Bash Shell Script: While Loop Syntax | a Tech-Recipes Tutorial.
Also for better readability (if you are using bash), you can write it as for tbl in. as a loop cat /tmp/tables | while read line; do echo "$line"; done.
Here is simpler example that don't work too. IFS=$'