Shubham Garg Shubham Garg
#!/bin/sh
  
str1="security";
str2="hacked";
if [ $str1 = $str2 ]
then
    echo "Both string are same";
else
    echo "Both string are not same";
fi
Shubham Garg

Shubham Garg Creator

(No description available)

Suggested Creators

Shubham Garg