Created
March 12, 2012 12:52
-
-
Save ryoco/2021640 to your computer and use it in GitHub Desktop.
sort access log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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