X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; q=dns; s=default; b=whnAjSW+6KsuZpkvXErGmFkDJ9SYG
	pA9I1K2j5usxqep7v/tzqByB6P6ug3BLUhk1EZxldadJlznZIgkSFXp1/z78bXEe
	WZQX9YqWFk5j3XFwXvNsWbzL8mVVyK29XVtWqwsdZSKta+pqC2+5RPKxqIh/9iB5
	gC2k+aYDrLqJ0M=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:from:date:message-id:subject:to
	:content-type; s=default; bh=voniqkLcepbTZy42afCaqOcAZy0=; b=v/q
	cCehS29pN28DDWFeT+5GvfhLoEn4fO+vAuBNkb7Fw2mQfDSo3yIyD+1kDBP87jrU
	j7PpQ4+C4Nw9jyPD1I7qgYaR99uhQEpUR83BVSygjV7BYqMz/YD4tJh9gODz0Mcu
	wGfH5Rr32l5jMCdLg4oel9c9MP1eVQc/r3Mh+D5s=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=tee
X-HELO: mail-oi0-f44.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:from:date:message-id:subject:to;        bh=WkSp/aPT2OZXZcSBM7Zpjj/uEzehgeY9WGQQdB+7FeI=;        b=PuDZtTPpr4oxmjPkCY/aHnOMyQNE7xz9TJr4W26XWDCtQ4SnTBuRQ0FOJgKK8z8AMf         Fn8XAgXfKfAaI2FQASRNoOXapG3O5H2ImUkEnVRKcv0QnO9dN3Zfcp4A7sFKSoPXAW6x         pZ7Lagfm+2LoWpexaszeuOQdlEXeB+S/qYvowldpkDDQJKkPSt1hi3TTlqKUdL3eaX3+         gs+h6SakcxRm3kicW2eRseNQEniJe/ln9G8qbjeT2llpAq6onMGWs+YX2O5PkD6ofruN         XTpRiA10ZYAdZWsqc+El+tasyTyokA5rSPTrH1B574zhSsoZDjyM+WBNblnlGXyxh74J         328g==
X-Gm-Message-State: AIkVDXKCM5ZfkoMgc5dUkqx9Y7AGYRuOxnzKmroIcY3wYuolg/oxQWz48p0ubxPtHh8Osmbn9CkCopE6v+z6pQ==
X-Received: by 10.202.79.21 with SMTP id d21mr9445934oib.28.1485116361449; Sun, 22 Jan 2017 12:19:21 -0800 (PST)
MIME-Version: 1.0
From: =?UTF-8?Q?David_Bala=C5=BEic?= <xerces9@gmail.com>
Date: Sun, 22 Jan 2017 21:19:20 +0100
Message-ID: <CAPJ9Yc9BJXrvrFz3pKQiEzzQ8a8f0_9rPuLn+o+mc5_Zo2wdmg@mail.gmail.com>
Subject: Pipe behavior clarification?
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

Hi!

Is this a correct pipe behavior?

$ echo booo | tee >(md5sum --tag) >/dev/null
MD5 (-) = 9c8b79bdf79ef0ee73a77b8d36d27a2d

$ echo booo | tee >(md5sum --tag) | cat >/dev/null

It surprised me, that the output of md5sum is dealed the same way as
the std output of tee in the second case, but separately in the first
case.

Using cygwin 64 bit (up to date), with bash.

Regards,
David

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

