Skip to content

Instantly share code, notes, and snippets.

@rokujyouhitoma
Last active August 29, 2015 14:04
Show Gist options
  • Save rokujyouhitoma/b8aa0f4e9d0a0da8405c to your computer and use it in GitHub Desktop.
Save rokujyouhitoma/b8aa0f4e9d0a0da8405c to your computer and use it in GitHub Desktop.
while true; do date; curl "http://stocks.finance.yahoo.co.jp/stocks/detail/?code=3632.t" 2>/dev/null | grep 'class="stoksPrice"' | awk 'match($0, /[0-9,]+/) {print substr($0, RSTART, RLENGTH)}'; sleep 60; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment