[root@mail ~]# grep 'usrquota\|grpquota' /etc/fstab扩展
如:grep
netstat -an | grep -E "ESTABLISHED|WAIT"方法
注意:tab
netstat -an | grep -e EST -e WAITmail
并列使用多个 -e参数能够实现或条件参数
netstat -an | grep -E "ESTABLISHED|WAIT"ab
此处的 -E 是大写 ,匹配条件必定要加 引号