Hi, Don't know if this will be answered - but I had to ask (since I DID read the man page! :)P ) Symptom : automating my stock research I type a command as "wget -p -H -k -nd -nH -x -Ota.html -Dichart.finance.yahoo.com -Pbtu "http://finance.yahoo.com/q/ta?s=btu&t=6m&l=on&z=l&q=b&p=b,p,s,v&a=m26-12-9,p12,vm&c="" Which : 1. Downloads the html page and -O -> outputs to ta.html as requested! GOOD 2. Downloads the external link to the graph in the page as requested! GOOD! 3. Outputs the graph to ta.html (replacing original ta.html)... BAD.
Reason for using -O is because I want the filename to be....usefull instead of [EMAIL PROTECTED]&t=6... blah blah blah 4. If I remove -O it outputs the files into the url directores of finance.yahoo.com and ichart.finance.yahoo.com but the filename is the funky url one.... I can live with that - but is there not a way to get the page AND the external url pictures with decent names using somthing like-O? -Dave __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
