CROB(1)

NAME
	crob

SYNOPSIS
	crob -time dir ...

DESCRIPTION
	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

EXAMPLES
	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.

AUTHER
	Kenji Arisawa