giga is not yet documented :-) Heiko
-- -- PREVINET S.p.A. [EMAIL PROTECTED] -- Via Ferretto, 1 ph x39-041-5907073 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087 -- ITALY >-----Original Message----- >From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, November 28, 2001 6:18 PM >To: Wget List >Subject: Re: progress bar, dot style > > >Herold Heiko <[EMAIL PROTECTED]> writes: > >> There seems (looking at the docs) no way to say "use bar; in case of >> fallback to dot, use style X" - it will fallback to 1K dots always. > >This should work now. This is how it should work now, assuming no >additional wgetrc customization: > >$ wget URL >< ... download URL, use progress bar ... > > >$ wget -o log URL >< ... download URL, use 1k dots ... > > >$ wget -o log URL --dot-style=giga >< ... download URL, use 1M dots ... > > >but: > >$ wget URL --dot-style=giga >< ... download using the progress bar, because dot-style no longer > affects the choice of progress indicator ... > >
