Counting the occurence of a word in a collection of files in Linux
- by Andreas Grech
I am trying to find the word count of a specific word in a collection of documents, in Linux.
I have tried with grep and ack-grep in combination with wc but I can't seem to come up with a valid combination of pipes :)