Skip to content

Instantly share code, notes, and snippets.

@harasou
Created January 6, 2015 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harasou/d43867621030e74ff3af to your computer and use it in GitHub Desktop.
Save harasou/d43867621030e74ff3af to your computer and use it in GitHub Desktop.
nc コマンドで whois サーバに問合せする
echo -ne "google.co.jp\r\n" | nc whois.jp 43 | iconv -f ISO-2022-JP -t utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment