strclean(ADM) 19 June 1992 strclean(ADM) Name strclean - STREAMS error logger cleanup program Syntax strclean [ -d logdir ] [ -a age ] Description The strclean command is used to clean up the STREAMS error logger direc- tory 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. File /usr/adm/streams/error.* See also cron(C), strerr(ADM)