summaryrefslogtreecommitdiff
path: root/rc/bin/weather
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2014-01-06 14:55:42 -0500
committerstanley lieber <stanley.lieber@gmail.com>2014-01-06 14:55:42 -0500
commitee4ddd77f70132904f3c9cedb38540b336c68f70 (patch)
tree5c4b0b9c9acd6d80a33a71c19d3cb872d70c3fd5 /rc/bin/weather
parentcae41c18ff33f0dc1179fda611fb46c21b5fc6e3 (diff)
weather: trim garbage from output
Diffstat (limited to 'rc/bin/weather')
-rwxr-xr-xrc/bin/weather4
1 files changed, 2 insertions, 2 deletions
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'