I am using slackware 10, and wanted to get more familiar with piping and sorting. I have a document named output.txt and I want to display the top 20 most recurring words along with how many times they were used in the document.
I know I have to use sort and wc but I don't know how to pipe them together.
Any suggestions?