Created
May 26, 2017 10:31
-
-
Save roman0x58/eea81188941db5fb7679ecd2229b5bca to your computer and use it in GitHub Desktop.
Grep between
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
cat /var/log/logifle | grep -Po 'connection timed out: \K.*\w+(?= to)' | sort | uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment