Palavras de contagem de grep
grep -o -w 'word' /path/to/file/ | wc -w
Dead Dotterel
grep -o -w 'word' /path/to/file/ | wc -w