Skip to content

Instantly share code, notes, and snippets.

@ryoco
Created March 12, 2012 12:52
Show Gist options
  • Save ryoco/2021640 to your computer and use it in GitHub Desktop.
Save ryoco/2021640 to your computer and use it in GitHub Desktop.
sort access log
lv hoge.txt| grep -o "\w*Page"| sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment