搜索该文件夹内文件内容
    grep -irl 关键词
    例:grep -irl ‘gbase’
    在文件中查看是否有.sh字符串,忽略大小写
    cat /data/xxx.sh |grep -i .sh