Skip to content

Instantly share code, notes, and snippets.

@yu81
Created November 16, 2017 07:42
Show Gist options
  • Save yu81/d14286d8acaa3b5d50cfe08f610a041e to your computer and use it in GitHub Desktop.
Save yu81/d14286d8acaa3b5d50cfe08f610a041e to your computer and use it in GitHub Desktop.
http://nlftp.mlit.go.jp/isj/ からダウンロード可能なCSVを全て取得。
#!/bin/bash
for i in $(seq 1 47); do
wget http://nlftp.mlit.go.jp/isj/dls/data/15.0a/$(printf "%02d" $i)000-15.0a.zip
wget http://nlftp.mlit.go.jp/isj/dls/data/10.0b/$(printf "%02d" ${i})000-10.0b.zip
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment