Shell Programming/until

Category:Book:Shell Programming#until%20


The until statement has the following basic structure:

  until [ condition of expressions ]; do
  done
Category:Book:Shell Programming