I've installed Lynx and Geektool. When I open Lynx.command, it works perfectly, but when I enter the Terminal and try
All it does is bring me back to the command prompt
I've tried moving Lynx.command to /usr/sbin and renaming it Lynx as described here:
https://forums.macrumors.com/threads/628023/
(number 56)
but that doesn't help at all.
Code:
lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=bournemouth|awk '/Temp/{printf $2, ": "; for (i=3; i<=3; i++) printf $i " " }'
All it does is bring me back to the command prompt
I've tried moving Lynx.command to /usr/sbin and renaming it Lynx as described here:
https://forums.macrumors.com/threads/628023/
(number 56)
but that doesn't help at all.