Article 5FQ8Y LXer: How to Use until Loop in Your Shell Scripts

LXer: How to Use until Loop in Your Shell Scripts

by
LXer
from LinuxQuestions.org on (#5FQ8Y)
Published at LXer:

In bash for, while, and until are three loop constructs. While each loop differs syntactically and functionally their purpose is to iterate over a block of code when a certain expression is evaluated.Until loop is used to execute a block of code until the expression is evaluated to be false. This is exactly the opposite of a while loop. While loop runs the code block while the expression is true and until loop does the opposite.

Read More...latest?d=yIl2AUoC8zA latest?i=9tS0rE92oLc:A855BTkNhMw:F7zBnMy latest?i=9tS0rE92oLc:A855BTkNhMw:V_sGLiP latest?d=qj6IDK7rITs latest?i=9tS0rE92oLc:A855BTkNhMw:gIN9vFw9tS0rE92oLc
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments