X-Recipient: archive-cygwin AT delorie DOT 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:content-type :content-transfer-encoding:date:from:to:subject:in-reply-to :references:message-id; q=dns; s=default; b=aeF+QVxsXX0+894l11EV xv9Vy1iRry1NHS1aBwAPTR3EB7k0KTay67nes+dM4p/1lNXhCnZDmppAh8bQbz8v bKnDrfkkirAwb4q4WuhNnyyn3XS06Jikbpvx+RrmlE1idXfQ+H8IEwcvLP45rGf4 bR6uZr2mXfl4+j6MGrDMtT0= 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:content-type :content-transfer-encoding:date:from:to:subject:in-reply-to :references:message-id; s=default; bh=8lPvndO9MuwDVCULGVs0suEL4W w=; b=KmpZGcGpsRxnZUP+KVs979oi/5uFkAKWeyjt0PF/8dLA7gdONUfA6VzQYY jilzQSojMcrv8QphxJfwgdcA9bKO8B+7Mmg/1pcxYcc96LPIEyyS5NxQHrb3njhN 89I8Sp7eoU4yq44pVpKMedrxbBrV1O3RxwOMSaS6sKIi8VI1w= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=houder, H*f:sk:a33618a, H*i:sk:a33618a, Houder X-HELO: lb3-smtp-cloud2.xs4all.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 02 Jan 2016 13:17:47 +0100 From: Houder To: cygwin AT cygwin DOT com Subject: Pipes Again. (was: cmp (or echo) bug?) -- typo corrected In-Reply-To: References: Message-ID: <782e11290a3db681a9cc8442b6177ca1@xs4all.nl> X-Sender: houder AT xs4all DOT nl (oLiPKkoU5VzEOwwCvtXaiw==) User-Agent: XS4ALL Webmail X-IsSubscribed: yes On 2016-01-02 12:58, Houder wrote: > // replace O_RDONLY by O_RDWR for ./tstat <(cat > a) <(cat > b) should be: // replace O_RDONLY by O_RDWR for ./t_stat >(cat > a) >(cat > b) Henri -- 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