public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* removing .orage files when patching
@  Nick Gawronski
   ` Luke Yelavich
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Gawronski @  UTC (permalink / raw)
  To: speakup

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

-- 
My web page is at http://www.nickgawronski.com.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: removing .orage files when patching
   removing .orage files when patching Nick Gawronski
@  ` Luke Yelavich
  0 siblings, 0 replies; 2+ messages in thread
From: Luke Yelavich @  UTC (permalink / raw)
  To: speakup

-----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@themuso.com
ICQ: 18444344
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFChqewjVefwtBjIM4RAjs5AJ9Pn2/7OV6h3hOmjVuOVxfnuCu8JACfYRun
Lz5PGT5IHX9tt26XI+h20lM=
=Lv4f
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 removing .orage files when patching Nick Gawronski
 ` Luke Yelavich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).