单词边界
cool 只匹配cool字符串
[root@MongoDB ~]# cat test.txt i am mike1 i am mike i am mike12
匹配有mike字符串的行
[root@MongoDB ~]# grep 'mike' test.txt i am mike