[linux-l] doofes bash problem

Tobias Schlottke toby at schlottke.net
Mi Feb 16 13:24:51 CET 2005


On Wed, 16 Feb 2005, Axel Burkhardt wrote:

...
> burgi at burgi:~/tmp$ for foo in `find . -name "*txt"`; do echo $foo; done;
> ./text
> datei
> mit
> leerzeichen.txt
>
> dabei raus. Zum weiterverarbeiten unbrauchbar. Hat jemand einen Tipp?

echo "$foo" wird besser tun.

Toby



Mehr Informationen über die Mailingliste linux-l