bash-Skript klappt nicht so recht

Stefan Pump lug at pumpnet.de
Thu Mar 27 19:21:02 CET 2003


> find . -name "$BILD*.jpg" | while read i
>         do
>                 ls $i
>                 TST=1

Kann das vielleicht der Fehler sein?
wie wäre es mit $TST=1 ?

>                 echo "TST in while: $TST"
>         done
> 
> echo "TST nach find: $TST"
> 
> exit 0
> 

Gruss
 Stefan




More information about the Linux mailing list