Shell Programming/while

From Wikibooks, open books for an open world
Jump to navigation Jump to search


The while statement has the following basic structure:

  while [ condition of expressions ]; do