for the books, the others have already answered, so for infinite loops try: ---------------------- while : do done -------------------------- That's it !! (you should print the manual page for bash to see how to use for while if ... ) -----Message d'origine----- De: Dan Browning (Network Admin) [SMTP:[EMAIL PROTECTED]] Date: mardi 23 f�vrier 1999 01:57 �: linux-newbie Objet: Shell Programming: Loops HOWTO? I can successfully write and execute scripts now (no applause, please). But I have not found a good HOWTO or easy manual on bash shell programming. I would just like to execute 2 commands over and over (mirror and sleep, actually), how do I do this?. I can program C, if that helps. Dan Browning Network Administrator Cyclone Computer Systems
