Bash Scripting - Loops
What is the output of this script?
for i in {1..5}; do echo $((i + 1)); donefor i in {1..5}; do echo $((i + 1)); done15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions