tmpreaper

Clean up files in directories based on their age

brewmacoslinux
Try with needOr install directly
Source

About

Clean up files in directories based on their age

Commands

tmpreaper

Examples

Remove files older than 7 days in /tmp directory$ tmpreaper 7d /tmp
Remove files older than 30 days, showing what would be deleted$ tmpreaper -test 30d /var/tmp
Remove files older than 1 hour in current directory$ tmpreaper 1h .