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

Re: Lynx doesn't dump to stdout?



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



Reply to: