Skip to content

Instantly share code, notes, and snippets.

@ableasdale
Created February 8, 2018 12:21
Show Gist options
  • Save ableasdale/921b0bbfc65c16ba489f973e032021e1 to your computer and use it in GitHub Desktop.
Save ableasdale/921b0bbfc65c16ba489f973e032021e1 to your computer and use it in GitHub Desktop.
Duplicate URI messages from ErrorLogs
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