{ chaine=$0 for (i = 0 ; i<=length ; i++) if (substr(chaine,i,1)==".") point=i nom=substr(chaine,1,point) suff=substr(chaine,point,length) print cmd " " chaine " " nom post }