-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, May 15, 2005 at 10:07:55AM EST, Nick Gawronski wrote: > Hi, I know it is not needed to remove the .orage files when patching but > How can I go about this just to get them out of my kernel source tree? No > failed patches so I have no need for them. bye One thing you can do is go into the root directory of the kernel source, and run a command to find and delete the files, like this: # find ./ -type f -name *.orig | xargs rm Or, you don't even have to e in the root directory of the source to do it, so if your source was located at /usr/src/linux, you could do much the same as above, but changing the directory to search from. # find /usr/src/linux -type f -name *.orig | xargs rm Hope this helps. - -- Luke Yelavich GPG key: 0xD06320CE (http://www.themuso.com/themuso-gpg-key.txt) Email & MSN: themuso at themuso.com ICQ: 18444344 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFChqewjVefwtBjIM4RAjs5AJ9Pn2/7OV6h3hOmjVuOVxfnuCu8JACfYRun Lz5PGT5IHX9tt26XI+h20lM= =Lv4f -----END PGP SIGNATURE-----