Efficient grep using Python?
Christos TZOTZIOY Georgiou
tzot at sil-tec.gr
Thu Dec 16 06:18:24 EST 2004
More information about the Python-list mailing list
Thu Dec 16 06:18:24 EST 2004
- Previous message (by thread): Efficient grep using Python?
- Next message (by thread): Efficient grep using Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 15 Dec 2004 17:07:37 +0100, rumours say that "Fredrik Lundh" <fredrik at pythonware.com> might have written: >> Essentially, want to do efficient grep, i..e from A remove those lines which >> are also present in file B. > >that's an unusual definition of "grep" that would be grep -vf B A and it is a rare use of grep, indeed. -- TZOTZIOY, I speak England very best. "Be strict when sending and tolerant when receiving." (from RFC1958) I really should keep that in mind when talking with people, actually...
- Previous message (by thread): Efficient grep using Python?
- Next message (by thread): Efficient grep using Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list