Update of bug #35022 (project grep):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

The problem is that output to stdout is done by one process (the second grep)
and output to stderr is done by another (the first grep).  Under these
conditions it is not possible to combine the two outputs deterministically.

If you do

( grep -rn redirect test/ | grep -v assert ) > stdout 2> stderr
cat stdout
cat stderr

You can see that the output is correct.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35022>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


Reply via email to