count number of word in file linux shell code example Example: linux count number of times word appears in file grep -o 'word' filename | wc -l