Hi Emad,

On Wed, Sep 09, 2015 at 02:42:55PM -0400, Emad Boctor wrote:

> One thing that tripped me up was that I tried to run wget on these 2
> URLs but that did not download the scripts as I expected.  I had to
> open the URL in a browser then save the page to actually get the
> scripts downloaded.  It would be good if there is a URL that can be
> used with wget directly to download the files

You can use those URLs with wget, but you need to quote them as they
contain semicolons.  If you don't quote the URL, the shell will break
the URL at the semicolons, eg:

$ wget -q -O /dev/null 
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
$ echo $a $f $hb
blob_plain config.guess HEAD

Cheers,
Ben

Attachment: signature.asc
Description: Digital signature

_______________________________________________
config-patches mailing list
config-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/config-patches

Reply via email to