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:reply-to:from:to:references:in-reply-to
	:subject:date:message-id:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=hQr4Ye8QJNNqGaPc
	LjoEwe45/sdNCYKy+WWCpH9hk8EUkCs3nSlaW0B7WbZznGWCxh8ZuafVsGVOfKCZ
	WA/6RiEszop8aE+R2k2MdonhT3wCjgHrwussYkASj/LdYze4eckkWxeBykgZ9uub
	T46oWnTWYHShCQCmrgmRkHBJavw=
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:reply-to:from:to:references:in-reply-to
	:subject:date:message-id:mime-version:content-type
	:content-transfer-encoding; s=default; bh=7SslBxXAu3c+/vyPt9lM9t
	NfIB8=; b=J8ODA/AeFLSH9E2z6svqUui9stJVZiW3nbWRDGU8iMuLQ+NKqmdHa0
	p0jL80GxLBhn9T2d4BIbBxJ5F/da4BJZaPwyD2m3sQevKeqHomkQVlQVhxlfboDw
	MdqWrmdvFSBCYRmhMgtdc5Eicl3AW2jXxV8QBFDcgXu8tuc35pW34=
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-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,CYGWIN_OWNER_BODY,GIT_PATCH_2,KAM_COUK,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=avail, UD:problems.html, problemshtml, problems.html
X-HELO: mail-ed1-f45.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=pinky-co-uk.20150623.gappssmtp.com; s=20150623;        h=reply-to:from:to:references:in-reply-to:subject:date:organization         :message-id:mime-version:content-transfer-encoding:thread-index         :content-language;        bh=CD+Cv2ymYFutrkKp3iaFpC6NX3gkqMugCJCxIBXcGhc=;        b=gfKIen+FMnP9L4wag4TMqbyREIhydcXxVhAp7zXELWLXA8DCuzvmyQcKqoscdbDZ5Y         fAOBQf8MW+EUP5vV6mXwpu1mevIFaM40n9MJ/XZF44z3net/mh9kgVMD1/y4XBP196ZK         m/R6eVbftuPKV+5e/6qKLcmv0Hd/6VBKh5R2RLiWrfeEHALMj0n+9usoEL3lCuITAw+L         KfZXwJkiUTcaHbqJUnuVFnU4IbUWf/Y4Q0r8L3yWl2X1engyec2yBJ+jVUNuJaNoXMTp         VfZZnkRt86+Fa4rYRqu0Q3uMSAVllnU260dmutEkHMUyW2nsSwi0CMOPx2xno/WHTrv0         9/Rg==
Reply-To: <chris.day@pinky.co.uk>
From: <chris.day@pinky.co.uk>
To: "'Achim Gratz'" <Stromeko@nexgo.de>, <cygwin@cygwin.com>
References: <000001d4f3c9$4b841370$e28c3a50$@pinky.co.uk> <874l6zvvov.fsf@Rainer.invalid>
In-Reply-To: <874l6zvvov.fsf@Rainer.invalid>
Subject: RE: carriage return newline being appended when using redirection in binary mode
Date: Tue, 16 Apr 2019 07:39:13 +0100
Message-ID: <001601d4f41f$1c62d670$55288350$@pinky.co.uk>
MIME-Version: 1.0
Content-Type: text/plain;	charset="utf-8"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x3G6dU1P026691

Hi Achim -

PATH changed to no avail

chrisd@edmund:chrisd > export PATH=/usr/bin:/usr/lib/lapack
chrisd@edmund:chrisd > sed 's/Hello/Goodbye/' foo.txt > boo.txt
chrisd@edmund:chrisd > od -c boo.txt
0000000   G   o   o   d   b   y   e  \r  \n
0000011

Cheers

Chris Day


c: +44 7930 909 297
p: +44 115 714 0869
s: bigchrisday
https://www.linkedin.com/in/chrisdayabinitio/

-----Original Message-----
From: cygwin-owner@cygwin.com <cygwin-owner@cygwin.com> On Behalf Of Achim Gratz
Sent: 15 April 2019 21:51
To: cygwin@cygwin.com
Subject: Re: carriage return newline being appended when using redirection in binary mode

chris.day@pinky.co.uk writes:
> Path:	E:\abinitio\ab-installs\cc\controlcenter-3.3.5.1\bin
[…]
> 	E:\software\apache\apache-maven-3.6.0\bin

You cannot possibly want to have your PATH like this…

Anyway, in your Cygwin shell, set the PATH to just "/usr/bin:/usr/lib/lapack" and try again.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada

--
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


--
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


