Linux CLI - Linux Basics and Terminal
What will be the output of the following Bash commands?
count=3 while [ $count -gt 0 ]; do echo $count ((count--)) done
count=3 while [ $count -gt 0 ]; do echo $count ((count--)) done
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions