On 03/01/2017 02:55 PM, rob...@forzasilicon.com wrote: > Obviously, not what I want. Can anyone feed some input?
You've already got some good answers, but I just wanted to point you at this good resource: http://www.dabeaz.com/generators/ Pretty much anything you do in a shell script that involves piping through filters you can do in Python with flexible generator functions. It's pretty neat. -- https://mail.python.org/mailman/listinfo/python-list