Skip to content

Instantly share code, notes, and snippets.

@brokendish
Created February 11, 2012 13:09
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 brokendish/1799350 to your computer and use it in GitHub Desktop.
Save brokendish/1799350 to your computer and use it in GitHub Desktop.
100文字ちょっとのコマンドの組み合わせ
grep 'ABC' /home/hoge/apache404log.txt|awk '{print $1}'|sort|uniq|xargs -I{} whois {}|grep -i country|sed 's/ //g'|sort|uniq>ABC_country.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment