Adb naively tries to print the reserved operand with %f and gets a
[unix-history] / usr / src / old / man / uuclean.1c
CommitLineData
efb0431b 1.\" @(#)uuclean.1c 5.1 (Berkeley) %G%
bef3222c
KM
2.\"
3.TH UUCLEAN 1C
4.AT 3
5.SH NAME
6uuclean \- uucp spool directory clean-up
7.SH SYNOPSIS
8.B uuclean
9[ option ] ...
10.SH DESCRIPTION
11.I Uuclean
12will scan the spool directory for files with the
13specified prefix and delete all those which are
14older than the specified number of hours.
15.PP
16The following options are available.
17.TP 8
18.BI \-p pre
19Scan for files with
20.I pre
21as the file prefix.
22Up to 10
23.B \-p
24arguments may be specified.
25A
26.B \-p
27without any
28.I pre
29following will cause all files older than the
30specified time to be deleted.
31.TP
32.BI \-n time
33Files whose age is more than
34.I time
35hours will be deleted if the prefix
36test is satisfied.
37(default time is 72 hours)
38.TP 8
39.B \-m
40Send mail to the owner of the file
41when it is deleted.
42.PP
43This program will typically be started by
44.IR cron (8).
45.SH FILES
46.TP 22
47/usr/lib/uucp
48directory with commands used by uuclean internally
49.TP
50/usr/lib/uucp/spool
51spool directory
52.SH SEE ALSO
53uucp(1C), uux(1C)