how to find "exact" word in a file.# Unix - 噫吁兮,危乎高哉
a*n
1 楼
How to find how many times one word appears in a file?
I used:
grep 'do' filename
will give include the words like dobule, ado, *do* ...
what I want is only the word 'do' appearance times...
Thanks
I used:
grep 'do' filename
will give include the words like dobule, ado, *do* ...
what I want is only the word 'do' appearance times...
Thanks