Shell Programming/until

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


The until statement has the following basic structure:

  until [ condition of expressions ]; do
  done