Shell Scripting Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
How does a case statement look in shell scripts? | What are PIDs? |