Answers for "linux count number of times word appears in file"

0

linux count number of times word appears in file

grep -o 'word' filename | wc -l
Posted by: Guest on December-28-2020

Code answers related to "linux count number of times word appears in file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language