* removing .orag files from kernel sources after patching speakup
@ Nick Gawronski
` Steve Holmes
0 siblings, 1 reply; 2+ messages in thread
From: Nick Gawronski @ UTC (permalink / raw)
To: speakup
Hi, I would like to know an easy way to quickly remove all of the .orag
files threw out the entire kernel source tree so I can get rid of them after
I patched speakup into the kernel. What command can I do to do this?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: removing .orag files from kernel sources after patching speakup
removing .orag files from kernel sources after patching speakup Nick Gawronski
@ ` Steve Holmes
0 siblings, 0 replies; 2+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Oh, something like the following comes to mind. Use with care, it is
recursive!
rm `find /usr/src/linux -name "*.orig"`
In explanation, the find command inside the grave accent marks will
execute the find command and return all occurrences of any file .orig;
The rm command, of course, will remove that returned item. Pretty
slick, I say.
On Mon, Jul 31, 2006 at 01:43:43PM -0600, Nick Gawronski wrote:
> Hi, I would like to know an easy way to quickly remove all of the .orag
> files threw out the entire kernel source tree so I can get rid of them after
> I patched speakup into the kernel. What command can I do to do this?
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
- --
HolmesGrown Solutions
The best solutions for the best price!
http://holmesgrown.ld.net/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.7 (GNU/Linux)
iD8DBQFEznVSWSjv55S0LfERA49XAJ4k663nwnmXvwqD7yd9qHMEyoCyXwCZAbEv
TxdJSgTE2XvyzC81HiJoywg=
=XOiI
-----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 .orag files from kernel sources after patching speakup Nick Gawronski
` Steve Holmes
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).