[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26254: grep's -m breaks -A
From: |
Nicholas Sushkin |
Subject: |
bug#26254: grep's -m breaks -A |
Date: |
Thu, 15 Jun 2017 10:09:52 -0400 |
I agree with Stu,
I wanted to see the first match of an Error in its context, so I used grep
-E Error -m 1 -C 10.
Grep didn't show the context after the match because there was another
match for Error right after the first.
I'd like to have an option to see the full context whether it has matches
or not.
ps. This is actually bug #28588 http://savannah.gnu.org/bugs/?28588
--
*Nicholas Sushkin*
- bug#26254: grep's -m breaks -A, Stuart MacDonald, 2017/06/03
- bug#26254: grep's -m breaks -A,
Nicholas Sushkin <=
- bug#26254: grep's -m breaks -A, Jim Meyering, 2017/06/16
- bug#26254: grep's -m breaks -A, Paul Eggert, 2017/06/17
- bug#26254: grep's -m breaks -A, Paul Eggert, 2017/06/21
- bug#26254: grep's -m breaks -A, Jim Meyering, 2017/06/21
- bug#26254: grep's -m breaks -A, Paul Eggert, 2017/06/21
- bug#26254: grep's -m breaks -A, Stuart MacDonald, 2017/06/22