Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save funasoul/2908749 to your computer and use it in GitHub Desktop.
Save funasoul/2908749 to your computer and use it in GitHub Desktop.
for i in {10..21}; do echo -n "9月${i}日"; curl -s "http://weather.goo.ne.jp/past/day_search.html?areacode=670&p_month=9&p_day=$i" | grep 'alt="雨"'| wc -l; done | sort -k 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment