On Wed, 20 Jun 2007 14:52:01 -0500, Jeffrey C. Ollie wrote: > (BTW, is there a way to specify in the URL what columns are displayed? > I was able to change my display to include the changed/opened date > but bugzilla seems to handle that through cookies or something like > that). You need a cooky for that (AFAIK). You create a file which contains something like: # HTTP Cookie File bugzilla.redhat.com FALSE /bugzilla FALSE 2145917104 COLUMNLIST opendate%20changeddate%20bug_severity%20assigned_to%20reporter%20bug_status%20resolution%20component%20blockedby%20short_desc (the first line is a comment and is not necessary, the second is one long line) then you can use: wget --load-cookies <cooky file> -nv -O - "<the url>" HTH. Cheers, C -- Fedora-maintainers mailing list Fedora-maintainers@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers -- Fedora-maintainers-readonly mailing list Fedora-maintainers-readonly@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly