Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2022 15:26:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 265175] Pipe error with csh/tcsh
Message-ID:  <bug-265175-227-iQQ9R6bmdo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265175-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265175-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265175

Martin Waschb=C3=BCsch <martin@waschbuesch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin@waschbuesch.de

--- Comment #1 from Martin Waschb=C3=BCsch <martin@waschbuesch.de> ---
(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).

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265175-227-iQQ9R6bmdo>