.TH CROB 1

.SH NAME
.EX
crob

.SH SYNOPSIS
.EX
crob -time dir ...

.SH DESCRIPTION
.EX
crob sweep out contents in the given dirs.
unit of time is 's','m','h','d'
names that is older than the given time are removed

.SH EXAMPLES
.EX
remove files or dirs that are modified before 30 days from /tmp
	crob -30d /tmp

daily remove grey data in "/mail/grey/*" passed a day.
add following line to /cron/upas/cron
	0 2 * * * HOST /usr/local/bin/386/crob -1d /mail/grey/*
where you should replace HOST by your cpu server name.

.SH AUTHER
.EX
Kenji Arisawa
