On Fri, Nov 16, 2012 at 05:34:37AM -0800, Eli Bendersky <[email protected]>
wrote:
> > exec find . \( -type d \( -name CVS -o -name .svn -o -name .hg -o -name
> > .git -o -path ./.mozilla/\*/Cache/\* -o -path ./tmp/\* \) -prune \) -o
> > -type f -exec grep -I "$@" '{}' \+ 2>/dev/null
> >
> Use pss ;-) [http://pypi.python.org/pypi/pss]
Hardly. I am proficient in find+grep. And pss is underdocumented.
Oleg.
--
Oleg Broytman http://phdru.name/ [email protected]
Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com