文章列表
awk ERES 基础表达式符号介绍
[liujisheng@MyPcCentOs6 bsh01]$ cat data/regex.txt
about ERES test
ttttt
be care2
smithern anne
smithern smithern
harry smithhern
+
指定如果+前面的一个或多个字符或扩展正则表达式在这个字符串中,则字符串匹配
awk '/liujish+eng/' /etc/passwd
awk '/smith+ern/' ...