# It counts the number of occurrences of my_word grep -c my_word
# Returns only exact matches of my_word grep -w my_word