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