查询linux目录下边 特定文件中 特定内容 grep -l 'bbbb' `find /home -name "*.sh*"` grep -l 'xxxxxx' `find /home -name "*.sh*"`