Skip to content

Instantly share code, notes, and snippets.

@yuikns
Created June 19, 2016 06:45
Show Gist options
  • Save yuikns/a2a0481e5b0ae513829e485421690f9c to your computer and use it in GitHub Desktop.
Save yuikns/a2a0481e5b0ae513829e485421690f9c to your computer and use it in GitHub Desktop.
curl 'http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest' | grep ipv4 | grep CN | awk -F\| '{ printf("%s/%d\n", $4, 32-log($5)/log(2)) }' > chnroute.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment