• -C num

    指定上下文行数

  • -B NUM, –before-context=NUM

    指定上文行数

  • -A NUM, –after-context=NUM

    指定下文行数

  • -m NUM, –max-count=NUM

    指定最大匹配数量

  • -n, –line-number

    显示行号

  • -o, –only-matching

    只输出匹配的内容(默认输出匹配内容所在的整行)

实例

  • grep指定日期的文件

    find . -newermt 2016-11-19 ! -newermt 2016-11-20|xargs grep -i AH7GJ5SFCQ
    

留言

2015-02-03