Shell Scripting Question:
How do you do number comparison in shell scripts?
Answer:
-eq, -ne, -lt, -le, -gt, -ge
Previous Question | Next Question |
What’s the conditional statement in shell scripting? | How do you test for file properties in shell scripts? |