#!/bin/bash if test string1 != string1 then echo "string1 != string1" else echo "string1 is= string1" fi