Answers

Question and Answer:

  Home  Shell Scripting

⟩ How do you write a for loop in shell?

for {variable name} in {list} do {statement} done

 148 views

More Questions for you: