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

Re: Bug in cron postinst



Jan Schulz wrote:
> jan@snoopy:/tmp/tmp$ IFS="
> "
> jan@snoopy:/tmp/tmp$ for i in $L; do echo $i; done
> .
> ./a b
> 
> Jan, learned the hard way...

except for filenames with embedded newlines. use "$i", and worry no
more.

-john



Reply to: