Contact: aviboots(AT)netvision.net.il
39,971 questions
51,913 answers
573 users
str1="Bash" str2="Java" if [ "$str1" == "$str2" ]; then echo "yes" else echo "no" fi # run: # # no #