From ee4ddd77f70132904f3c9cedb38540b336c68f70 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Mon, 6 Jan 2014 14:55:42 -0500 Subject: weather: trim garbage from output --- rc/bin/weather | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc') diff --git a/rc/bin/weather b/rc/bin/weather index 5261495bf..0f3f0a091 100755 --- a/rc/bin/weather +++ b/rc/bin/weather @@ -42,5 +42,5 @@ sed 's/ Press Return to continue, M to return to menu, X to exit: //' | grep -v 'CITY FORECAST MENU' | tr -d ' ' | sed 's/ *$//' | -uniq - +uniq | +sed -n '/^VTEC/q; p' -- cgit v1.2.3