Bash Scripting - Loops
Which of the following is the correct syntax to skip the current iteration in a bash
for loop?for loop?continue is used to skip the current iteration and move to the next one.break stops the loop, skip and next are not valid bash commands.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions