From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1H4X1E-000589-0N for garchives@archives.gentoo.org; Wed, 10 Jan 2007 06:33:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l0A6Um8E026584; Wed, 10 Jan 2007 06:30:48 GMT Received: from jfindlay.us ([67.137.24.115]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l0A6PVr9007301 for ; Wed, 10 Jan 2007 06:25:31 GMT Received: by jfindlay.us (Postfix, from userid 500) id 18F5C6409B; Tue, 9 Jan 2007 23:25:31 -0700 (MST) Date: Tue, 9 Jan 2007 23:25:31 -0700 From: Justin Findlay To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] pants Message-ID: <20070110062531.GF11109@archimedes> Mail-Followup-To: gentoo-user@lists.gentoo.org References: <7d20977a0701092000h6a9b3190p5ab3f70ff27ebfa6@mail.gmail.com> <200701100621.17464.bo.andresen@zlin.dk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701100621.17464.bo.andresen@zlin.dk> User-Agent: Mutt/1.5.13 (2006-08-11) X-Archives-Salt: f58863fc-54a2-4674-ac81-dc4b7c36cc1d X-Archives-Hash: bd11420eea96d1046afe69384570c280 On AD 2007 January 10 Wednesday 06:21:10 AM +0100, Bo V|GV|Grsted Andresen wrote: > # grep -R "PANTS=ON" /etc/bash /etc/profile* /etc/env.d ~/.bash* ~/.profile Or better yet, # find /etc -type f -exec grep -nI --color PANTS {} \; $ ls -d --color=no ~/.??* | xargs -i find {} -type f -exec grep -nI --color PANTS {} \; OR $ find ~ | grep "\.\/\." | xargs grep -nI --color PANTS OR $ find ~ -mindepth 1 -wholename './.*' | xargs -r grep -nI --color PANTS Yeah, maybe I'm just showing off by now. (-: Justin -- gentoo-user@gentoo.org mailing list