What is the primary keyword to start a loop that will iterate a fixed number of times in shell scripting?

  • for
  • while
  • repeat
  • loop
The primary keyword to start a loop that will iterate a fixed number of times in shell scripting is for. The for loop allows you to specify the number of iterations and is commonly used for such purposes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *