Advertisement
Guest User

Haneda Amedas

a guest
Nov 26th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1. curl -Ls "http://www.jma.go.jp/jp/amedas_h/today-44166.html?areaCode=000&groupCode=30" | sed -n "${TABLESTARTNUM},393p" | sed -e "s/^[[:space:]]*//" | sed -e "s/^<td class=\"time top_left\">//;/^<tr>/d;/^<\/tr>/d;/^<table id=/d;/^<\/table>/d;s/^<td class=\"[[:alnum:] ]*\">//g;s/<\/td>$//" | sed -e "s/<td class=\"block middle\">//g;s/<\/td>/,/g" | egrep -v '(時|降水量|風|mm)' | awk '!(NR % 2)' | cat -n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement