Hi, I use wget with --append-output=filename in order to save a log of a downloading session.
Is it possible to tell wget to not write any progress indication (dots/bars) to the output file? When logging to a file the indication doesn't serve any purpose. It just makes the log file larger, and for very large files, you can end up with screenfuls of dots in the log file. (I'm using --progress=dots:mega to reduce the number of dots in the output already.) Mark
