Linux常用命令 2020-03-16 本文已影响0人 魏诗宇 查找文件/目录 # 根据文件内容关键字查找文件 $ find . -name "aa*" | xargs grep hello -ls # 结果 : 输出的是文件内容包含“hello”的aa.json文件