if statement for string in shell script code example Example: bash compare two strings if [ "$s1" == "$s2" ] then stuff fi