On 1/9/07, Justin Findlay <[EMAIL PROTECTED]> wrote:
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
Thanks for the responses.
None of the grepping found anything sadly, and no one else uses this
box. It's my home workstation.
I dropped out of Xorg and noticed that it wasn't in my env any more.
Installed fluxbox and fired it up and behold, PANTS is not set.
A quick google for "enlightenment pants" was quite......enlightening.
Thanks again for all the neat ideas.
--
() The ASCII Ribbon Campaign - against HTML Email,
/\ vCards, and proprietary formats.
--
gentoo-user@gentoo.org mailing list