1.find /etc -name "*" | xargs grep "hello abcserver" 按照内容过滤2.grep -v "^#" welcome.conf 匹配不是以#开始的行3.grep "[a-z]\{5\}" aa 匹配任意