>The "man" script in cron.daily is as follows:
># expunge old catman pages which have not been read in a week
>find /var/catman -type f -name '*[1-9nlop].gz' -atime +168 | xargs rm -f
>
># expunge old catman pages which are older than one month
>find /var/catman -type f -name '*[1-9nlop].gz' -mtime
Package: man
Status: install ok installed
Priority: standard
Section: text
Maintainer: Alvar Bray <[EMAIL PROTECTED]>
Version: 2.3.10
Revision: 5
The "man" script in cron.daily is as follows:
# expunge old catman pages which have not been read in a week
find /var/catman -type f -name '*[1-9nlop].
2 matches
Mail list logo