I'm using Lynx to display the temperature in Geektool, but for some reason "inthe" is added to it.
I'm using the code:
and this one causes the same thing,
I'm using the code:
Code:
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=44221|awk '/Temperature /{printf $2, ": "; for (i=3; i<=3; i++) printf $i " " }'
and this one causes the same thing,
Code:
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=44221|awk '/Temp/{printf $2, ": "; for (i=3; i<=3; i++) printf $i " " }'
