Jump to content

Shell Programming/until

From Wikibooks, open books for an open world


The until statement has the following basic structure:

  until [ condition of expressions ]; do
  done