cat teach-vi | sed  -e 's/[1234567890^\`$\!-=+,.\/\?-%>*|~ 	]/\
/g' -e 's/\[//g' -e 's/]//g'  | sed  '/^$/d' | sort | uniq -c | sort -n | tail -5
