[Python-Dev] pss (was: Generally bored by installation)

Eli Bendersky eliben at gmail.com
Fri Nov 16 22:20:17 CET 2012


On Fri, Nov 16, 2012 at 6:25 AM, Oleg Broytman <phd at phdru.name> wrote:

> On Fri, Nov 16, 2012 at 05:34:37AM -0800, Eli Bendersky <eliben at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20121116/e256874c/attachment-0001.html>


More information about the Python-Dev mailing list