STRCLEAN(ADM) UNIX System V
Name
strclean - STREAMS error logger cleanup program
Syntax
strclean [ -d logdir ] [-a age ]
Description
strclean is used to clean up the STREAMS error logger
directory on a regular basis (for example, by using
cron(C)). By default, all files with names matching error.*
in /usr/adm/streams that have not been modified in the last
3 days are removed. A directory other than /usr/adm/streams
can be specified using the -d option. The maximum age in
days for a log file can be changed using the -a option.
Example
strclean -d /usr/adm/streams -a 3
has the same result as running strclean with no arguments.
Notes
strclean is typically run from cron(C) on a daily or weekly
basis.
Files
/usr/adm/streams/error.*
See Also
cron(C), strerr(ADM), STREAMS Programmer's Guide
(printed 2/15/90) STRCLEAN(ADM)