Bash Scripting - Loops
Why is an
until loop sometimes preferred over a while loop in bash scripting?until loop sometimes preferred over a while loop in bash scripting?while loops run while condition is true; until loops run while condition is false.until.until loops run while condition false [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions