Which of the following constructs can be used in a shell script to determine whether two values are equal and if so run another set of commands?
a) if-else statement
b) for loop
c) switch case
d) while loop

Q&A Education