GNU bug report logs - #39591
grep v3.4 after-context

Previous Next

Package: grep;

Reported by: "Adams, John" <john.adams <at> anritsu.com>

Date: Thu, 13 Feb 2020 16:58:01 UTC

Severity: normal

Tags: moreinfo

Full log


View this message in rfc822 format

From: Jim Meyering <jim <at> meyering.net>
To: "Adams, John" <john.adams <at> anritsu.com>
Cc: 39591 <at> debbugs.gnu.org
Subject: bug#39591: grep v3.4 after-context
Date: Fri, 21 Feb 2020 19:08:16 -0800
tags 39591 + moreinfo
stop

On Thu, Feb 13, 2020 at 8:58 AM Adams, John <john.adams <at> anritsu.com> wrote:
> Recent greps do not behave as documented with respect to after-context.  In the past I've been accustomed to -AX meaning print X lines of after context.  That is not how gnu grep is working now, but it is how it is documented.  In fact -AX, which I tested with a v3.4 that I build on Ubuntu 18, will print X+1 lines of after-context.  If you want 1, you must say -A0.

Thanks for the report. Can you provide a stand-alone example like the
following to demonstrate the problem?
I am unable to reproduce it so far, since this prints only one line of
following context:

$ printf '%s\n' a b c d e | grep -A1 c
c
d




This bug report was last modified 4 years and 273 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.