Created
January 19, 2019 02:11
-
-
Save chapinb/3982e4fe6edf7b18c2ff93be3f21e3bc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ fgrep Invalid\ user auth.log | head -n 5 | awk '{ print $10 }' | ursort | |
3 180.211.137.8 | |
2 188.165.201.89 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment