I am kind of new here. I cannot seem to get "curl" to work. I have been able to get lynx to work on other "geektools". Here is my code:
Code:
curl --silent "http://weather.yahoo.com/forecast/CAXX0547.html" | grep "forecast-icon" | sed "s/.*background\:url(\'\(.*\)\')\;\ _background.*/\1/" | xargs curl --silent -o /tmp/weather.png
file:///tmp/weather.png
Nothing displays. I have set it up in one "shell command". I am also having issues getting the "curl" to work with the stock quotes as well. Might have something to do with "curl" in general. Any help would be appreciated.
Not sure what my next step is?
Info: OS X 10.5.7
Thanks.