The syntax for a while loop in bash is Code: while [ condition ] do done but what is the equivalent for the c-style Code: do {
www.linuxquestions.org