On Fri, 2009-08-14 at 14:25 -0700, Adam Williamson wrote: > grep show_bug\.cgi\?id=[0-9][0-9][0-9][0-9][0-9][0-9] test_day_nm.html -o | sort -u | cut -d= -f 2 | tr '\n' ',' | xargs bugzilla query --outputformat="%{bug_id} %{bug_status} %{resolution} - %{short_desc}" -b Correction, I forgot to paste the slightly refined version: grep show_bug\.cgi\?id=[0-9][0-9][0-9][0-9][0-9][0-9] test_day_nm.html -o | sort -u | cut -d= -f 2 | tr '\n' ',' | xargs bugzilla query --outputformat="%{bug_id} %{bug_status} %{resolution} - %{short_desc}" -b it omits the assignee but gives the resolution, for closed bugs. -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Fedora Talk: adamwill AT fedoraproject DOT org http://www.happyassassin.net -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list