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

Oleg Broytman phd at phdru.name
Fri Nov 16 15:25:45 CET 2012


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.

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            phd at phdru.name
           Programmers don't die, they just GOSUB without RETURN.


More information about the Python-Dev mailing list