SysIII/usr/src/man/man1/uuclean.1m
.TH UUCLEAN 1M
.SH NAME
uuclean \- uucp spool directory clean-up
.SH SYNOPSIS
.B uuclean
[ options ] ...
.SH DESCRIPTION
.I Uuclean\^
will scan the spool directory for files with the
specified prefix and delete all those which are
older than the specified number of hours.
.PP
The following options are available.
.TP 8
.BI \-d directory\^
Clean
.I directory\^
instead of the spool directory.
.TP
.BI \-p pre\^
Scan for files with
.I pre\^
as the file prefix.
Up to 10
.B \-p
arguments may be specified.
A
.B \-p
without any
.I pre\^
following will cause all files older than the
specified time to be deleted.
.TP
.BI \-n time\^
Files whose age is more than
.I time\^
hours will be deleted if the prefix
test is satisfied.
(default time is 72 hours)
.TP 8
.B \-m
Send mail to the owner of the file
when it is deleted.
.PP
This program will typically be started by
.IR cron (1M).
.SH FILES
.PD 0
.TP 1.1i
/usr/lib/uucp
directory with commands used by
.I uuclean\^
internally
.TP
/usr/spool/uucp
spool directory
.PD
.SH SEE ALSO
uucp(1C), uux(1C).