linux find grep

find ./ -type f -name "*.cpp" | xargs grep "libnvmm_"

原文地址:https://www.cnblogs.com/wanqieddy/p/2694779.html