On 03/08/2012 01:48 PM, Mike Frysinger wrote:
This avoids having to pipe through multiple greps, as well as running
diff multiple times on the same set of files.

It all looks good to me, except you need to use list(filter(...)) for python3 compatibility, since filter() returns an iterator in python3.
--
Thanks,
Zac

Reply via email to