#!/bin/sh CODA=".uk" #TRADUTTORE="/ #echo introduci stringa per ricerca: #read NOMI if [ $#"" = 0 ] then echo " sintassi: traduci " exit 1 fi ll $* |more echo "premi Return o c per interrompere." read TULLIO for NOME in $* do echo converto il file $NOME in $NOME$CODA uncompress < $NOME > $NOME$CODA vi $NOME$CODA < ./ita2uk done