 |
Linux while loop - Linux Hospital
Shell variable in Linux is reset after while loop location: ubuntuforums.com - date: June 4, 2010 ... Code: ....script.... while read line do ....stuff..... if [ $line = "foo" ] EXIT THE LOOP fi done < myfile.txt ....script.... How can I get the loop to e
www.linuxhospital.com |
 |