Contact: aviboots(AT)netvision.net.il
41,301 questions
53,811 answers
573 users
s="bash Unix shell and command language" N=6 s=${s::N} echo $s # run: # # bash U #
s="bash Unix shell and command language" N=6 s=${s:0:N} echo $s # run: # # bash U #