RE: What are the different kinds of loops available in shell script?
if and case are not loops but rather control structures. until is also used with the while keyword I checked in KornShell Programming Tutorial by Barry Rosenberg to be sure this is right.