The source project of this merge request has been removed.
wget: Better match standard behaviour
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 -