IT Placement Papers Operating System Shell Scripting
This category contains Shell Scripting Interview Questions and Answers |
How do you write a for loop in shell?
|
|
|
|
|
for {variable name} in {list} do {statement} done
Only registered users can write comments. Please login or register.
|