Re: [Bug-wget] Disable progress display when log output to file?

2011-12-06 Thread Giuseppe Scrivano
Paul Wratt paul.wr...@gmail.com writes: this works but no size in output: wget -nv --output-file=wget.txt _url_ I found a reference to a 2007 post asking for: 3) add support for turning off the progress bar with --progress=none I think I am going to add this support by myself. I have

Re: [Bug-wget] Disable progress display when log output to file?

2011-12-05 Thread Paul Wratt
this works but no size in output: wget -nv --output-file=wget.txt _url_ I found a reference to a 2007 post asking for: 3) add support for turning off the progress bar with --progress=none 4) perhaps disable the progress bar if -O - is specified