On Fri, Nov 16, 2012 at 6:25 AM, Oleg Broytman <p...@phdru.name> wrote:
> On Fri, Nov 16, 2012 at 05:34:37AM -0800, Eli Bendersky <eli...@gmail.com> > 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. > > Even reading https://bitbucket.org/eliben/pss/wiki/Usage#!usage-samplescombined with the built-in help? If anything is missing, by all means let me know and I'll gladly add it. [Sorry for the offtopic, folks, promise it's short] Eli
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com