Created
April 26, 2016 13:03
-
-
Save mrengy/b6bf0455b70e391fd9d670f14ca8ef4a to your computer and use it in GitHub Desktop.
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
[thomas-nelson-jr]$ for k in `ls -S logs/*/http/access.log`; do wc -l $k | sort -r -n; done | |
181 logs/mike-eng.com/http/access.log | |
83 logs/emandmwedding.com/http/access.log | |
29 logs/stage.mike-eng.com/http/access.log | |
25 logs/emandminbeantown.com/http/access.log | |
0 logs/stage.emandminbeantown.com/http/access.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment