weather: trim garbage from output
This commit is contained in:
parent
cae41c18ff
commit
ee4ddd77f7
2 changed files with 8 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue