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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=YYBXoXinw4L4Sw8od9/isLILjGjgE2oG1x0wR5kIES7ww45WFJRmh NMSVZWhbkQiOgwgh8/UhCFnQ6pw0reCHK3lh0iA6qjjKumbIeC8vKg5j2UTyjXCa IW0PK9oxxHZ7gZLlwNzSTbrl6MFhzxep++cn23CZ3/pQ9FKyB5pAYs= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=tKyhALGnqmr/WZXow0SqD0FGOn4=; b=mEUr6dLwFOI2e2oxYT+TpZPG8dnI U7Tr5vWC0JZBUeWp4AeScU2m6WrjC8yHq4t0vBMJMVWEUbhhU7PwrrL4nOrtQENe NOIkitgnFtUeUaYYXjaIjS/Y0sapHCLhFBZCstw+yIoeaRwScVw5Dy7jyE5rS4qX pKbxqgeIW3L0Yjc= 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=-0.4 required=5.0 tests=AWL,BASE64_LENGTH_79_INF,BAYES_40,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY autolearn=no version=3.3.2 spammy=Hx-languages-length:226, H*r:ismail, H*r:sk:dynamic X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Ismail Donmez Subject: Re: cmp (or echo) bug? Date: Sat, 26 Dec 2015 12:49:40 +0000 (UTC) Lines: 1 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id tBQCo6on018197 Hi, David Balažic gmail.com> writes: > In Cygwin terminal (bash) I typed: > > cmp <(echo echo1) <(echo echo2) I suspect its a bash bug since it works fine with zsh (tested 64bit only).