bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] bug - web page


From: Keisial
Subject: Re: [Bug-wget] bug - web page
Date: Sun, 18 Apr 2010 00:11:59 +0200
User-agent: Thunderbird

Micah Cowan wrote:
> Joel Meyn wrote:
>   
>> hi wget,
>>
>> Cannot download webpage
>>
>>
>> *Command*
>> wget http://www.x-rates.com/d/AED/table.html a.html
>> wget "http://www.x-rates.com/d/AED/table.html"; a.html
>>     
> You need to specify full URLs. "a.html" will cause wget to attempt
> downloading http://a.html/.
>   

The most similar result would be (ab)using shell expansion:
wget http://www.x-rates.com/d/AED/{table.html,a.html}

Beware of special characters in the url if you use it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]