Hello,
The basic functionality of wget is known to me and very usefull.
However, currently I try to fetch a url of the following layout :
which is automatically redirected towards the following url (when pasting
the first url in a browser)
My question,
How can I use the wget tool to fetch the source code, generated by the automatically redirected url (second one) ?
