parameter option --stdout this option would print the file being downloaded directly to stdout. which would also mean that _only_ the file's content is printed. no errors, verbosity.
usefulness? wget --stdout http://server.com/file.bz2 | bzcat > file
