xref: /original-bsd/usr.bin/uucp/uuclean/uuclean.8 (revision ed20bae8)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)uuclean.8 6.4 (Berkeley) 10/24/88

UUCLEAN 8 ""
C 5
NAME
uuclean - uucp spool directory clean-up
SYNOPSIS
/usr/lib/uucp/uuclean [ -m ] [ -n time ] [ -p pre ]
DESCRIPTION
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.

The following options are available.

8 -p pre Scan for files with pre as the file prefix. Up to 10 -p arguments may be specified.

-n time Files whose age is more than time hours will be deleted if the prefix test is satisfied. (default time is 72 hours)

8 -m Send mail to the owner of the file when it is deleted.

-d subdirectory Only the specified subdirectory will be cleaned.

This program will typically be run daily by cron (8).

FILES

22 /usr/spool/uucp Spool directory

SEE ALSO
uucp(1), uux(1), uucico(8)