grep 怎么找一个单词 不知道在哪个文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了grep 怎么找一个单词 不知道在哪个文件相关的知识,希望对你有一定的参考价值。
[test@test-in ~]$ cat 0518.txt.grepthis is a test for grep command
which enables the deleted file to be recovered!
just have fun for the testing!!
比如我想在当前目录下找一个叫做enables的单词,下面的结果显示在文件0518.txt.grep这个文件中找到了这个单词。
[test@test-in ~]$ grep enables *
0518.txt.grep:which enables the deleted file to be recovered!
上面的例子可以看得明白吧,很容易的。谢谢;') 参考技术A 在当前目录查找含有‘单词’的文件 #grep '单词' ./*
如何使用grep精确匹配一个单词
多用man命令,这是man page的解释grep [OPTIONS] PATTERN [FILE...]
比如我要找 product 这个单词在 abc.txt 文件里
grep "product" abc.txt 参考技术A grep -x word file
完整匹配某个词语
以上是关于grep 怎么找一个单词 不知道在哪个文件的主要内容,如果未能解决你的问题,请参考以下文章
Linux使用技巧——find结合grep模糊匹配文件搜索关键字
安卓手机游戏背景音乐怎么提取?我已找到游戏文件夹,但是不知道音乐在哪个文件夹。如图所示