can anyone fix this code so it only shows tomorrows forecast
not todays and tomorrows
thank you.
not todays and tomorrows
Code:
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=92335&u=f" | grep -e "Forecast:" -A 2 | tail -n 2 | sed " | sed "s/\?\(.*\)/\\1/"
thank you.