Shell While Loops

While Loops The while loop enables you to execute a set of commands repeatedly until some condition occurs. It is usually used when you need to manipulate the value of a variable repeatedly. Syntax Scripts while.sh passwd.sh nameserver.sh