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

Re: Bug in cron postinst



Hi, Roland Bauerschmidt wrote:
> find /var/spool/crontab -maxdepth 1 -type f -print | while read ct; do
> 	...
> done
> 
Don't forget to set IFS="\n" if you do this.
Otherwise you'll miss filenames which start/end with a space.

-- 
Matthias Urlichs



Reply to: