Description
Delete files in a directory that match a wildcard pattern and are older than
a specified number of days. Uses find -mtime to locate and remove matching
files. Useful for pruning backup archives, log files, and any other
time-based file retention policies.
Tags
prune
cleanup
files
retention
maintenance