find /data/test_set -type f -regex ".*\.log" -exec grep "\.wab" {} \; -print
其中: 转义的;表示-exec参数块的结束;
{}表示当前查到的文件的路径
|
|
来自: 昵称12942125 > 《技术文档》