|
From: | Darshit Shah |
Subject: | Re: Report a bug url cut |
Date: | Thu, 20 Feb 2020 16:40:45 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
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]
[Prev in Thread] | Current Thread | [Next in Thread] |