Neil Bothwick wrote:
find $PKGDIR ! -mtime +1 -exec rm "{}" \;This line is wrong, it should befind $PKGDIR -mtime +1 -exec rm "{}" \;
Oops! I should read more slowly too. Thanks again, btw. -- "Pluralitas non est ponenda sine necessitate" - W. of O. -- gentoo-user@gentoo.org mailing list