Can anyone please advise me where I am going wrong. I use wget and must supply user agent string within a bash script as the site author coded it to run under ie only.
I use the string -U "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)" unfortunately for some reason wget attempts to resolve each component of the agent string, ie http://compatible http://msie etc. it is as if the quotes surrounding the string where not there but when I do the same from a command line everything works ok. Tim
