Shell Programming/until

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


The until statement has the following basic structure:

  until [ condition of expressions ]; do
  done