Search found 1 match

by daleonpz
Sun May 14, 2017 3:53 pm
Forum: Challenges Solved
Topic: 3280
Replies: 20
Views: 1775

I use this oneliner:



cat rfc3280.txt | sed 's/[,.\r]//g' | tr ' ' '\n' | sort | uniq -c | awk '{ print $1 "\t" length($2) "\t" $2}' | awk '$2==9' | sort -k1 -n | tail -1