📜  recursive grep 递归深度 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:32.964000             🧑  作者: Mango

代码示例1
find . -type f -maxdepth 2 -exec grep -l 'pattern' {} \;