.\" 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.8c 6.3 (Berkeley) 4/24/86 .\" .TH UUCLEAN 8C "April 24, 1986" .UC 5 .SH NAME uuclean \- uucp spool directory clean-up .SH SYNOPSIS .B /usr/lib/uucp/uuclean [ .B -m ] [ .BI -n time ] [ .BI -p pre ] .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 \-p pre Scan for files with .I pre as the file prefix. Up to 10 .B \-p arguments may be specified. .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. .TP .BI \-d subdirectory Only the specified subdirectory will be cleaned. .PP This program will typically be run daily by .IR cron (8). .SH FILES .TP 22 /usr/spool/uucp Spool directory .SH SEE ALSO uucp(1C), uux(1C), uucico(8C)