Bash Scripting - Loops
Which of the following shows the correct way to start an
until loop in bash?until loop in bash?until syntaxuntil loop runs until the condition becomes true, and the syntax requires square brackets for the test condition.until [ condition ]; do which is the correct bash syntax.do keyword [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions