CSH "while" loop problem - Open Source and Linux Forums
Hello I am writing a relatively simple script in C Shell (CSH) but I have come across a small issue: A while loop won't work as it should: When the condition is true it enters the loop obligingly, but as soon as the while condidtion is false, it quits wit...