Obrigado pela sua ajuda Ramesh. Foi muito difícil instalar w3m
. No entanto, com base no seu script, eu apenas modifiquei meu original e agora estou obtendo a saída correta.
Antes,
curl -s http://www.wunderground.com/cgi-bin/findweather/getForecast?query=94965 | awk '/Today is/ || /Tomorrow is/' | textutil -convert txt -stdin -stdout -format html
Depois,
curl ""http://www.wunderground.com/cgi-bin/findweather/getForecast?query=94965"" -s | textutil -convert txt -stdin -stdout -format html | awk '/Today is/'