[one-liner] Remove files older than

Published on Author admin
find /path/*.gz -mtime +30 -exec rm {} \;