linux find 查找

find . -type f -path "忽略的path" -prune -o -name "*.cpp" | xargs  grep -Hn --color=auto "搜索的字段" 

 

posted @ 2019-08-22 13:52  _**  阅读(438)  评论(0编辑  收藏  举报