#* lib_del bibliotheque routine2 routine2 ... routine9 #* #* script pour retirer d'une bibliotheque.a les routine1.o ... routine9.o #* #* appel: lib_del #* echo dans la bibliotheque: $1.a @ i = 2 #i demarre a 2 while ($i <= $#argv) #pour tous les arguments echo suppression de: $argv[$i] ar d $1.a $argv[$i].o # si oui suppression de routine.o @ i++ # i donne i+1 end ranlib $1.a # extraction de routine.o dans le directory #*