bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63780: Reversing the grep message output type matching binary files


From: arnold
Subject: bug#63780: Reversing the grep message output type matching binary files (without the -a option added) changed from stdout to stderr
Date: Mon, 29 May 2023 00:51:32 -0600
User-agent: Heirloom mailx 12.5 7/5/10

There is no real need to make such a change, given that it's really
easy to handle at the shell level:

        ... | grep '...' 2>&1 | ...

HTH,

Arnold

"2773414454" via Bug reports for GNU grep <bug-grep@gnu.org> wrote:

> Hi !
>
>
> Between grep3.4 and grep3.5, the grep message output type matching binary 
> files (without the -a option added) changed from stdout to stderr. This 
> results in the inability to pipe in matching messages, resulting in 
> significant changes to the user experience. But this modification doesn't 
> actually do much. Could you consider reversing this change?
>
>
>
>
> 2773414454
> 2773414454@qq.com
>
>
>
> &nbsp;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]