Skip to content

wget: Better match standard behaviour

Nagy Tibor requested to merge (removed):wget-output into master

This has been bugging me for some time. This MR fixes wget to better match the behaviour of other implementations.

The wget command now writes to file by default instead of the standard output. It automagically chooses a filename when it's trivial to do so. Writing to the standard output now can be enabled by wget -O -

Merge request reports