https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265175

Martin Waschbüsch <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Martin Waschbüsch <[email protected]> ---
(In reply to Niko Nastonen from comment #0)

I could reproduce what you describe, but are you sure it is pipes that are the
problem?

If I try with other commands such as:
df -h | head -n 1 && df -h | grep tmp

I do not see this behavior at all, while on the other hand
sockstat | head -n 1 && sockstat | grep root

always shows this behavior.

As you said, using ; makes it work every time in all cases.

To me it seems like the && operator is somehow causing this (though I do not
have any idea why).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to