Shell Programming/while

From Wikibooks, open books for an open world
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


The while statement has the following basic structure:

  while [ condition of expressions ]; do
  done