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