欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

awk 多个分隔符 有大用

[root@ebs-22233 ~]# cat /tmp/iptables.log

image.png


这里多个分隔符 [ /]      左中括号,空格,斜杠,右中括号

[root@ebs-22233 ~]# cat /tmp/iptables.log | awk -F'[ /]' '/DROP/{print $1,$2,$3,$4}'

image.png

普通分类: