Sample: ``` User@VM$ cat example.log | cut -d' ' -f 6 | cut -d[ -f1 | uniq -c | sort -nr ```