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