linux 查找某目录下包含关键字内容的文件

grep -r "{关键字}"  {路径}test 例如:grep grep -r "test"  /data/reportsdata
相关文章
相关标签/搜索