>    Christian, I feel your pain. Everyone does, I am sure. Who among us
> never cursed that dratted computers? Those dirty rotten things that
> always hang due to bugs in drivers or whatnot, require constant
> cleaning, mending, upgrading, repairing, debugging. Condemn that magical
> mouse gestures, be cursed those magical incantations. Who in his normal
> mind would ever think of writing things like
>
> 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]

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

Reply via email to