Highlord Ares wrote:

 

> it tries to download web pages named similar to

>  <http://site.com?variable=yes&mode=awesome>
http://site.com?variable=yes&mode=awesome

 

Since "&" is a reserved character in many command shells, you need to quote
the URL on the command line:

 

wget " <http://site.com?variable=yes&mode=awesome>
http://site.com?variable=yes&mode=awesome";

 

Tony

 

Reply via email to