Hi Jorge,

That is not a bug in Wget. The "&" character in your command is interpreted by the shell you are using to mean 'background this command'.

Wget doesn't get to see the whole URL you typed. You need to double quote the entire URL so that the shell does not interpret any special characters.

Use:

wget "http://18chan.ml/showthread.php?tid=53&pid=949&_lbGate=863515";

Note-to-self: Add this as a FAQ. It indeed is asked too often.

On 20/02/2020 16:22, Jorge Fernandez wrote:
Hello, please check

I use wget 1.20:
when I send this request for example:
h
wget cut the query to:  http://18chan.ml/showthread.php?tid=53

why?

[image: image.png]


[image: image.png]


Reply via email to