Which of the following commands allows the action associated with a task to be run multiple times over a list of items?
Which of the following commands allows the action associated with a task to be run multiple times over a list of items?
The command that allows the action associated with a task to be run multiple times over a list of items is 'with-items'. This command is typically used in automation tools and scripts to iterate over a list and execute the same task for each item in the list.
correct