strclean is used to clean up the STREAMS error logger directory on a regular basis (for example, by using cron. By default, all files with names matching error.* in /var/adm/streams that have not been modified in the last three days are removed.
The following options are supported:
This example has the same result as running strclean with no arguments:
example% strclean -d /var/adm/streams -a 3
/var/adm/streams/error.*
See attributes(5) for descriptions of the following attributes:
cron(1M), strerr(1M), attributes(5)
STREAMS Programming Guide
strclean is typically run from cron on a daily or weekly basis.