grep 只从指定文件中查找,并且排除某些文件夹

–exclude-dir用于排除某些文件夹

Posted by VK on January 15, 2020

grep 只从指定文件中查找,并且排除某些文件夹

–include 用于只查找某些文件

–exclude-dir用于排除某些文件夹

grep -r "report.partition.stats" --include \*.java --exclude-dir tez-ui