From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fed1rmmtao06.cox.net ([68.230.241.33]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1G7fH8-0003A3-00 for ; Mon, 31 Jul 2006 17:26:10 -0400 Received: from lnx2.holmesgrown.com ([70.162.12.128]) by fed1rmmtao06.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060731212539.EOGV6235.fed1rmmtao06.cox.net@lnx2.holmesgrown.com> for ; Mon, 31 Jul 2006 17:25:39 -0400 Received: from lnx3.holmesgrown.com ([192.168.1.5] ident=mail) by lnx2.holmesgrown.com with esmtp (Exim 4.10) id 1G7fGa-0003Ts-00 for speakup@braille.uwo.ca; Mon, 31 Jul 2006 14:25:36 -0700 Received: from steve by lnx3.holmesgrown.com with local (Exim 4.62) (envelope-from ) id 1G7fGe-0000t2-MS for speakup@braille.uwo.ca; Mon, 31 Jul 2006 14:25:40 -0700 Date: Mon, 31 Jul 2006 14:25:40 -0700 From: Steve Holmes To: speakup@braille.uwo.ca Subject: Re: removing .orag files from kernel sources after patching speakup Message-ID: <20060731212538.GB3395@lnx3.holmesgrown.com> Mail-Followup-To: speakup@braille.uwo.ca References: <000301c6b4d9$a99169a0$250110ac@CHIHUAHUAL1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <000301c6b4d9$a99169a0$250110ac@CHIHUAHUAL1> User-Agent: Mutt/1.5.6i Sender: "Steve Holmes,,," X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.8rc1 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 21:26:11 -0000 -----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-----