Linux 命令集合

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

原文地址:https://www.cnblogs.com/oftenlin/p/3468601.html