"Phil Lewis" <[EMAIL PROTECTED]> said:

> I have been trying to wget a URL with an ampersand (e.g.:
> http://search.yahoo.com/search?fr=slv1-
> <http://search.yahoo.com/search?fr=slv1-&ei=UTF-8&p=wget> &ei=UTF-8&p=wget).
> I substitute %26 for the ampersands, but wget does not download the page. 

Judging from your mailer (Outlook), I assume you're running Wget from
Windows' cmd or similar. Both & and % have special meaning to shells
on Windows. Protect the URL by putting backquotes or "" around it.

This works fine here (in 4NT):
wget `http://search.yahoo.com/search?fr=slv1-&ei=UTF-8&p=wget`

--gv


Reply via email to