Stephen Leaf <[EMAIL PROTECTED]> writes:

> 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

Note that you can emulate the proposed `--stdout' by specifying
`-qO-'.

Reply via email to