{ echo '(^^*)(*^^)'; cat; } | fold -w 5 | grep -v '#' | sort -r | uniq -c | awk '{ print $1 - 1 }' | tr '\n' ' ';echo