Shell Scripting Question:
What’s the conditional statement in shell scripting?
Answer:
if {condition} then … fi
Previous Question | Next Question |
How do you refer to the arguments passed to a shell script? | How do you do number comparison in shell scripts? |