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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=fUVTpE3g+m5vR+MOh3YaSS7hQ8aC PgFnUNhhBFLxZO5L1lJ5kM0zJv41A2ahFqSYoQyiJCuQnIl4GIumRjNuG3RRHyyj xhLoMxxu6glTs3UbE4KK3yQwwnXChKPhM2OJ/eQONFrL/1OvJVNsnc5A68FSiGuj 0EXT7iMYfzyeni0= 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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=UdRkLDUA89xNn2wE7foNZMxuBaI=; b=b0 kra0dKBAIflN4zHLDb7Ut/wHLxCeRjlhZALl/R7dFRWnXBo15NmItW/pzcfURk9u 4TPkGA1TdVEzAnWTrBmmYyV/uzOsSDfe7oHPP1VeQ8So76Cq7s9nn5Caz115J56U +Yjto0RyuAml3M4nkdQ6UmiYAOB1BqibhFfILpNJc= 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.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=cu, D*ca, Brian, 1991 X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: stty icrnl From: Warren Young In-Reply-To: Date: Thu, 9 Jun 2016 12:34:12 -0600 Message-Id: <72EAE5BB-D905-4394-BEB4-5303ED8879A4@etr-usa.com> References: To: The Cygwin Mailing List X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u59IYv0M012153 On Jun 7, 2016, at 6:05 PM, Brian Inglis wrote: > > > cu is the normal Unixy way of using a remote USB->serial line, but I can't > find it in Cygwin packages Taylor UUCP builds out of the box on Cygwin: $ wget ftp://ftp.gnu.org/pub/gnu/uucp/uucp-1.07.tar.gz $ tar xf uucp-1.07.tar.gz $ cd uucp-1.07 $ configure && make -j11 $ ./cu --version cu (Taylor UUCP) 1.07 Copyright (C) 1991, 92, 93, 94, 1995, 2002 Ian Lance Taylor This program is free software; you may redistribute it under the terms of the GNU General Public LIcense. This program has ABSOLUTELY NO WARRANTY. > searching for \, and cu spews too many hits. When searching on the Cygwin package search page, adding .exe to executables narrows the results considerably. As it happens, there is a Cygwin package shipping *cu.exe, but it is not the cu(1) you are looking for. Move along. Adding a leading slash fixes that: Found 0 matches for /cu.exe If you were searching elsewhere (e.g. Google) then, yes, “cu” is a bad search term. But if you knew that cu comes from the UUCP package, “cu uucp” leads you right to Taylor UUCP. See, I *knew* there was a reason I was spending my days on amber VT220s hacking Unix back when I could have been out making Vitamin D! -- 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