sh 在文件中搜索

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在文件中搜索相关的知识,希望对你有一定的参考价值。

grep -Ril "text-to-find-here" /
i stands for ignore case (optional in your case).
R stands for recursive.
l stands for "show the file name, not the result itself".
/ stands for starting at the root of your machine.

以上是关于sh 在文件中搜索的主要内容,如果未能解决你的问题,请参考以下文章

sh 搜索文本文件中的字符串并替换它们

sh 如何使用grep和ack递归搜索文件夹中的字符串

sh [sh - 递归搜索]递归移动文件#macOS #nix #Bash

sh 搜索所有文件夹

sh 搜索所有文件

sh 搜索文件以查找特定内容