Hello everybody.
Just try to get uniq patternes from /var/log/messages with
cat /var/log/messages | tr -s ' ' | cut -d ' ' -f 5 | uniq -u
and a bit confused with results instead getting only uniq entries i have a bulk of duplicates.
I use OL 7.2
Please advise.