Contact: aviboots(AT)netvision.net.il
40,869 questions
53,277 answers
573 users
str="bash java c c++" if [[ $str = *java* ]]; then echo "found" else echo "not found" fi # run: # # found #