Shell Scripting Question:

What’s the conditional statement in shell scripting?

Answer:

if {condition} then … fi

Read All 30 Shell Scripting Questions
Previous QuestionNext Question
How do you refer to the arguments passed to a shell script?How do you do number comparison in shell scripts?