[Eug-lug] cat directory |grep results??

Mr O notanatheist at yahoo.com
Sat Jul 8 16:19:43 PDT 2006


Had to go with the second option. Thanks. What that did find was
my Google searches for the problem and the beagle virus in some
old emails. :-) Sadly, nothing that looks helpful. 

That be all,
Mr O.

--- Allen Brown <abrown at peak.org> wrote:

> Mr O wrote:
> > What I've got going on is a borked Firefox because of
> libbeagle.
> > So, how can I fish for any lines containing 'beagle' in my
> > ".mozilla" directory? I prefer not to nuke my profile if I
> don't
> > have to.
> > 
> > TIA,
> > Mr O.
> 
> If the number isn't too large
>    grep beagle $(find . -type f) | less
> 
> For very large numbers of files
>    find . -type f -exec grep beagle {} /dev/null \; | less
> -- 
> Allen Brown  abrown at peak.org  http://www.peak.org/~abrown/
>    Anti-intellectual: Never trust anyone with an IQ over 30.
> _______________________________________________
> EUGLUG mailing list
> euglug at euglug.org
> http://www.euglug.org/mailman/listinfo/euglug
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the EUGLUG mailing list