You appear to have an old version of wget. From the manpage of 1.8.1:
--progress=type

Select the type of the progress indicator you wish to use. Legal indicators are dot and bar.

...

Specifying --progress=bar will draw a nice ASCII progress bar graphics (a.k.a ``thermometer'' display) to indicate retrieval. If the output is not a TTY, this option will be ignored, and Wget will revert to the dot indicator. If you want to force the bar indicator, use --progress=bar:force.

Here's what I get:
$ wget --progress=bar:force www.perlmonks.org 2>&1 | less --13:18:17-- http://www.perlmonks.org/ => `index.html' Resolving www.perlmonks.org... done. Connecting to www.perlmonks.org[66.39.54.27]:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/html] ^M [<=> ] 0 --.--K/s + ^M [ <=> ] 12,889 + 42.81K/s ^M [ <=> ] 6 +3,569 125.67K/s ^M [ <=> + ] 75,054 148.07K/s 13:18:19 (148.07 KB/s) - `index.html' saved [75054]

Makeshifts last the longest.


In reply to Re^2: Capture wget progress bar by Aristotle
in thread Capture wget progress bar by rendler

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.