linux 查找文件关键字,显示行号和文件名 2017-11-08 本文已影响0人 yuhui_bear find . -iname 文件名模式 -exec grep "关键字" -Hn --color=auto {} \;