Contact: aviboots(AT)netvision.net.il
41,301 questions
53,811 answers
573 users
s="bash Unix shell and command language" if [[ ${s::1} == "b" ]] then echo 1; else echo 0; fi # run: # # 1 #