Linux常用命令

查找某个目录下所有的文件内容:
find src/ -type f -name "*.cpp" | xargs grep "test"
原文地址:https://www.cnblogs.com/yyqng/p/15411536.html