freenix stats with inn-cvs ... ?
Olaf Titz
olaf at bigred.inka.de
Sat Jan 6 17:49:40 UTC 2001
> -find . -name 'inpaths.*' -not -empty -mtime -$report -print |\
> +find . -name 'inpaths.*' ! -size 0 -mtime -$report -print |\
Is that more portable? Always bad if all you have is GNU docs ;-)
OK, will change.
> - find . -name 'inpaths.*' -mtime +$keep -print | xargs -r rm
> + find . -name 'inpaths.*' -mtime +$keep -exec rm {} \;
How standard is xargs anyway?
Olaf
PS. yes, the stuff is still maintained, it just has not needed much
change lately...
More information about the inn-workers
mailing list