A while loop in Bash is a loop that executes a block of statements repeatedly as long as the specified condition is true. When the condition is false , the loop comes to an end. It helps to automate repetitive tasks. More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.