#!/bin/bash #Find your station at http://www.wxqa.com/search.htm lynx -dump http://www.findu.com/cgi-bin/wx.cgi?call=DW2053 | grep -m1 $(date +%Y)| sed 's/ /\n/g' | sed '/^$/d'