public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Justin Findlay <justin@jfindlay.us>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] pants
Date: Tue, 9 Jan 2007 23:25:31 -0700	[thread overview]
Message-ID: <20070110062531.GF11109@archimedes> (raw)
In-Reply-To: <200701100621.17464.bo.andresen@zlin.dk>

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



  reply	other threads:[~2007-01-10  6:33 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-10  4:00 [gentoo-user] pants Korthrun
2007-01-10  4:20 ` Cliff Wells
2007-01-10  4:21 ` Joshua Schmidlkofer
2007-01-10  4:22 ` Kent Fredric
2007-01-10  4:31 ` Justin Findlay
2007-01-10  5:21 ` Bo Ørsted Andresen
2007-01-10  6:25   ` Justin Findlay [this message]
2007-01-10  6:40     ` Korthrun
2007-01-10 15:09       ` Willie Wong
2007-01-10  6:43     ` Iain Buchanan
2007-01-10  7:11       ` Dale
2007-01-10  7:23       ` Justin Findlay
2007-01-10  7:44         ` [gentoo-user] [ot now?] pants Nelson, David (ED, PAR&D)
2007-01-10  9:49     ` [gentoo-user] pants Neil Bothwick
     [not found] ` <20070110223400.GA3135@cortana.slightlyderanged.net>
2007-01-10 22:44   ` Arturo 'Buanzo' Busleiman
2007-01-11  2:26     ` Daniel Vrcic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070110062531.GF11109@archimedes \
    --to=justin@jfindlay.us \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox