When you want to continue to the next iteration of a loop without executing the subsequent commands in the current iteration, you use the __________ command.
- continue
- break
- exit
- return
When you want to continue to the next iteration of a loop without executing the subsequent commands in the current iteration, you use the **continue** command. It allows you to skip the current iteration and proceed to the next iteration of the loop.
Loading...
Related Quiz
- Which command in Linux is commonly used to manage and update user passwords?
- Which phase of the Linux boot process is responsible for hardware detection and initial setup?
- Which command tests for file types and compares values in Bash scripting?
- Which command is used to add a new user in Linux?
- The systemctl command is primarily used to control the _________ system and service manager.