Hi,

Looking for a method to remove old rpms from a local repo using mtime,
as *fcX cannot be used in this instance.

It will end up being run as a daily cron job.

Does this look ok?
find /path/local.repo/*.rpm  -mtime +200 -exec rm {} \;

-- 
Regards,

Frank Murphy
UTF_8 Encoded
Friend of Fedora
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to