Hi,
I see that some geeklets require lynx but what is that and is it standard installed?
for example here is a code i found
I see that some geeklets require lynx but what is that and is it standard installed?
for example here is a code i found
Code:
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/hdfForecast?query=17552|awk '/Temp/{printf $2, ": "; for (i=3; i<=3; i++) printf $i " " }'
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/hdfForecast?query=17552|awk '/Cond/ && !/Fore/ {for (i=2; i<=10; i++) printf $i " " }'