[Python-Dev] Generally bored by installation

Oleg Broytman phd at phdru.name
Fri Nov 16 22:37:45 CET 2012


On Fri, Nov 16, 2012 at 01:15:26PM -0800, Eli Bendersky <eliben at gmail.com> wrote:
> But generally, both are better than using the horrible "find | xargs grep"
> incantation and all its variations.

   In what way they are better? I found 'find' to be quite capable, and
find -exec grep '{}' \+
   to be quite fast.

   In my opinion all those small utilities are pets of their authors and
they solve their problems quite good... but not mine. GNU utilities are
used by a huge number of people and solve much wider problems much
better. Though not necessary in a much more elegant way ;-)

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