Bash until Loop

Posted by linuxize on Mar 3, 2019 5:39 PM EDT
linuxize.com; By linuxize
Mail this story
Print this story

Loops are one of the fundamental concepts of programming languages. Loops are handy when you want to run a series of commands over and over again until a specific condition is met.

In scripting languages such as Bash, loops are useful for automating repetitive tasks. There are 3 basic loop constructs in Bash scripting, for loop, while loop, and until loop.

This tutorial explains the basics of the until loop in Bash.

Full Story

  Nav
» Read more about: Groups: GNU, Linux

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.