You are not logged in.
Thanks a lot for the hints, much appreciated!
Dumping strings from websites with curl is no big thing actually:
mycitytemp=$(curl -s ${myweatherservice} | grep foo | awk -F bar '{print $7}' | tr -d baz)
Depending on the website, it might occasionally be more convenient to use a text web browser though.
Last edited by cameo (2018-02-14 19:42:32)
Offline