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