Shell Programming/while

Category:Book:Shell Programming#while%20


The while statement has the following basic structure:

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