using rm *.rpm but keep some files?

Theodore Papadopoulo Theodore.Papadopoulo at inria.fr
Sun Jan 1 13:10:00 UTC 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01/01/2012 01:56 PM, Frank Murphy wrote:
> I'm trying to remove rpms from my local repo. But keep some named
> files.
> 
> Would this work: find /path/to/repo/*.rpm | grep -v "foo* bar*" |
> rm *.rpm
> 

Make it

find /path/to/repo/*.rpm -print | grep -v "foo* bar*" | xargs rm

and that should work (not tested).



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8AWygACgkQEr8WrU8nPV3VVwCffrLira39DW1Vd2SnBG53fpq2
IhMAoJ/E63tziMdol5WQZD2gQAoCKnjR
=t64t
-----END PGP SIGNATURE-----


More information about the users mailing list