Created
February 8, 2018 12:21
-
-
Save ableasdale/921b0bbfc65c16ba489f973e032021e1 to your computer and use it in GitHub Desktop.
Duplicate URI messages from ErrorLogs
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
grep "found in forests" all_dbdupuri_messages.txt | awk -F 'found in forests' '{print $2; print $3}' | cut -d " " -f2-4 | sort -n | uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment