On 09/20/2010 09:29 AM, Frank Murphy wrote: > On 20/09/10 02:15, Todd Zullinger wrote: >> >> I don't know what the end goal is, but you may have better luck using >> repomanage to prune old packages, yet keep the last N versions. If >> you have a local repository you want to keep from growing, that's >> often preferable to just removing old packages. >> > > Thanks, just looking at that now. > May be the simpler way > >>> Does this look ok? >>> find /path/local.repo/*.rpm -mtime +200 -exec rm {} \; >> >> I'm a fan of xargs and avoiding -exec when possible, > > Havn't got as far as xargs in my learning curve yet. > > find /path/local.repo/*.rpm -mtime +200|xargs rm -- Joachim Backes <joachim.backes@xxxxxxxxxxxxxx> http://www.rhrk.uni-kl.de/~backes
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines