Roozemond, D.A. wrote:
Hi Matthijs,


Example:
lynx -dump
http://www.ticketmaster.nl/html/searchResult.htmI?keyword=carlton&l=NL
| grep resultaten

No need to understand all the above - If you change the '&' in the
webpage address to '\&', it's working:

Although I usually prefer to enclose the argument with ''-signs (easier,
and I don't have to search for all "&", "$", " " etc signs):
lynx -dump 'http://www.ticketmaster.nl/html/searchResult.htmI?keyword=carlto\&l=NL' | grep resultaten



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to