bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] How to show a user specified string to represent a file with


From: Peng Yu
Subject: [Bug-wget] How to show a user specified string to represent a file with wget --show-progress
Date: Sat, 15 Dec 2018 07:05:25 -0600

Hi,

The following command only show '-' as the file in the output.

$ wget -q --show-progress   https://httpbin.org/get -O- | gzip > /tmp/1.txt.gz
-                100%[========>]     266  --.-KB/s    in 0s

But since the output is piped to a different file, I'd rather manually
specify a string (may be any arbitrary string) to represent the output
file in the progress bar. Is it possible? Thanks.

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]