[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Leerzeichen in Dateinamen



On Saturday 09 October 2004 22:59, Christoph Conrad wrote:
> Hi Dirk,
>
> > for i in `ls *.jpg` ; do echo $i ; done
>
> Bisschen anders, aber sinngemäß:
>
> find . -name '*.jpg' -print | while read file; do echo "$file"; done

Hmm, also bei mir gibt's:

> find . -name '*.jpg' -print | while read file; do echo "$file"; done
while: Expression Syntax.


Grüße,

    Tilo



Reply to: