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:reply-to:from:subject:message-id:date :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=S4JDCvmMYX8a0xwebitimhAOWSc5062i8pGQxtroz0bjDWW++8ewH YINHt95i2RMl7Ma8SCczeTt14XeRCBGvLn/DTNYDao9Dmi+E65faSUT5lHmZcNmV udmvm21JHvAfaDwAqOFnuoErM9tF/qgDZfZTDXklOphgL8FP4Of33U= 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:reply-to:from:subject:message-id:date :mime-version:content-type:content-transfer-encoding; s=default; bh=OAviVsAZYT1+NivJwCNOdkxsRKE=; b=tOxun7RsLXGC3/eREjWZgTwb3O7t nZ2tjMQ7cJhextlQaACixzaUy7mwXQYIOdLS2XQkJ6qd5ytOCkCAsTIOPfqWZ98O SQOX2Uj4O1+vhqIFyvc4gQekIBl9QXuEJhnHy7Ujt32c3wiDKOYHOH7C/IWa46HC 9/uguRpCenYda/8= 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.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:shaw.ca, H*r:shaw.ca, H*RU:shaw.ca, H*RU:64.59.134.12 X-HELO: smtp-out-no.shaw.ca X-Authority-Analysis: v=2.2 cv=BNTDlBYG c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=b4eMD0GmHX_ZvWjD-W0A:9 a=QEXdDO2ut3YA:10 To: cygwin AT cygwin DOT com Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca From: Brian Inglis Subject: cygcheck (64&32) output contains DOS line terminators Message-ID: Date: Tue, 17 Jan 2017 13:00:25 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfPNT9FnImu90jzRj/cjxPYatCSjcrt15FD5TxlmOwidZw2m1KIqGvYNRJ0MyM221XUiSfNNd/HiQVyc60F0IyQK/XNr3vN7rkhOeRV7dmGdxoXAV13Ua iqdHxVYqk0wjVimwCM56c/ZeIgwqLZLZi4XyDfTuEL+HTw9eYnOnZwx2Asy4ptbQotJIPQyYNQQiGQ== X-IsSubscribed: yes All cygcheck output seems to have DOS line terminators in both Cygwin 64 & 32. Is this by design or just because it's a native Windows app? It's annoying in command lines and scripts to have to strip the \r. $ cygcheck -f /bin/find | cat -A findutils-4.6.0-1^M$ $ cygcheck -p findutils > t; cat -A t Found 7 matches for findutils^M$ busybox-debuginfo-1.23.2-1 - busybox-debuginfo: Debug info for busybox (installed binaries and support files)^M$ findutils-debuginfo-4.5.12-1 - findutils-debuginfo: Debug info for findutils (installed binaries and support files)^M$ findutils-debuginfo-4.6.0-1 - findutils-debuginfo: Debug info for findutils (installed binaries and support files)^M$ findutils-4.5.12-1 - findutils: Utilities for finding files--find, xargs, locate, updatedb (installed binaries and support files)^M$ findutils-4.5.12-1-src - findutils: Utilities for finding files--find, xargs, locate, updatedb (source code)^M$ findutils-4.6.0-1 - findutils: Utilities for finding files--find, xargs, locate, updatedb (installed binaries and support files)^M$ findutils-4.6.0-1-src - findutils: Utilities for finding files--find, xargs, locate, updatedb (source code)^M$ $ cygcheck --version cygcheck (cygwin) 2.6.1 System Checker for Cygwin Copyright (C) 1998 - 2016 Cygwin Authors This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $ uname -srvmo CYGWIN_NT-10.0 2.6.1(0.305/5/3) 2016-12-16 11:55 x86_64 Cygwin $ uname -srvmo CYGWIN_NT-10.0-WOW 2.6.1(0.305/5/3) 2016-12-16 11:50 i686 Cygwin -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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