Contact: aviboots(AT)netvision.net.il
40,866 questions
53,271 answers
573 users
s="bash Unix shell and command language" s="${s:1}" echo $s # run: # # ash Unix shell and command language #
s="bash Unix shell and command language" s=${s#?} echo $s # run: # # ash Unix shell and command language #