Hi,
I'm using GNU grep (version 2.20). When I get help with the command
"grep --help", it prints the following information:
...
-B, --before-context=NUM 打印以文本起始的NUM 行
-A, --after-context=NUM 打印以文本结尾的NUM 行
This is totally wrong! It should be:
-B, --before-context=NUM 打印文本及
tags 21758 notabug
done
On Sun, Oct 25, 2015 at 6:17 PM, Peng Zhang wrote:
> I'm using GNU grep (version 2.20). When I get help with the command "grep
> --help", it prints the following information:
>
> ...
> -B, --before-context=NUM 打印以文本起始的NUM 行
> -A, --after-context=NUM 打印以文本结尾的
On 10/26/2015 09:08 AM, Jim Meyering wrote:
> On Sun, Oct 25, 2015 at 6:17 PM, Peng Zhang wrote:
>> This is totally wrong! It should be:
>>
>> -B, --before-context=NUM 打印文本及其前面的 NUM 行
>> -A, --after-context=NUM 打印文本及其后面的 NUM 行
>
> Thank you for the report, however, the translations are maintai
Apologies in advance if this is more of a "discuss" question, but it looks like
a particular use-case shows a marked change in performance between recent
versions of grep.
A colleague mentioned a performance issue with grep to me, and its puzzling me
a bit.
It turns out that he was using "grep
On Mon, Oct 26, 2015 at 9:03 AM, Eric Blake wrote:
> On 10/26/2015 09:08 AM, Jim Meyering wrote:
>
>> On Sun, Oct 25, 2015 at 6:17 PM, Peng Zhang wrote:
>>> This is totally wrong! It should be:
>>>
>>> -B, --before-context=NUM 打印文本及其前面的 NUM 行
>>> -A, --after-context=NUM 打印文本及其后面的 NUM 行
>
>>
>> Th
On Mon, Oct 26, 2015 at 5:54 AM, Bennett, Steve
wrote:
> Apologies in advance if this is more of a "discuss" question, but it looks
> like a particular use-case shows a marked change in performance between
> recent versions of grep.
>
> A colleague mentioned a performance issue with grep to me,
On Mon, 26 Oct 2015 11:39:54 -0700
Jim Meyering wrote:
> On Mon, Oct 26, 2015 at 5:54 AM, Bennett, Steve
> wrote:
> > Apologies in advance if this is more of a "discuss" question, but it looks
> > like a particular use-case shows a marked change in performance between
> > recent versions of g