Skip to content
Skip to search - Accesskey = s
The quick and dirty way: cat $LOGFILE | awk '{ print $1 }' | uniq -c | sort -nr | head -n10
cat $LOGFILE | awk '{ print $1 }' | uniq -c | sort -nr | head -n10
You must be logged in to post a comment.
Post a comment
You must be logged in to post a comment.