THANKS!
My pipe line for mutt became
sed -ne '/ bug(s)/s/[^0-9 ]//gp' | xargs bts status fields:bug_num,subject | 
less

On Thu, 14 Apr 2011, Jakub Wilk wrote:

> * Yaroslav Halchenko <[email protected]>, 2011-04-14, 13:22:
> >Do we (or anyone) have a handy cmdline tool to pipe in the list of
> >bug reports (probably as dirty as just cut/paste of line below) to
> >get a proper listing of what packages they are filed against and
> >subjects in the stdout?

> tr -cs '0-9' ' ' | xargs bts status
-- 
=------------------------------------------------------------------=
Keep in touch                                     www.onerussian.com
Yaroslav Halchenko                 www.ohloh.net/accounts/yarikoptic

_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to