grep参数 笔记

grep --include='*.xml'

-i, --ignore-case         不区分大小写

-L, --files-without-match  显示不匹配的文件名

-n, --line-number         显示的加上匹配所在的行号

cat /etc/passwd | grep -E '^(patrol|zabbix)'  正则匹配

 

posted @ 2016-11-10 14:46  tinaleft  阅读(134)  评论(0编辑  收藏  举报