Shell Scripting Question:
Download Questions PDF

How do you write a while loop in shell?

Answer:

while {condition} do {statement} done

Download Shell Scripting Interview Questions And Answers PDF

Previous QuestionNext Question
How does a case statement look in shell scripts?What are PIDs?