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