Shell Scripting Question:

How do you do number comparison in shell scripts?

Answer:

-eq, -ne, -lt, -le, -gt, -ge

Read All 30 Shell Scripting Questions
Previous QuestionNext Question
What’s the conditional statement in shell scripting?How do you test for file properties in shell scripts?