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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=IQd oxjZ4MDN2wO9NZenEKJbQrkRVTXmz+Kx2DZKkWOc/ixv8xNkgRkCqED9aWSXNoZL itpRqcPX9CyCOhvkyB4H7IBE/HxrfF6NxWlEWEBerjMcDqETzEtqrSjuA0ak9SWt mz+z/gp/Wa6sUijj8u87ynkYwmmZ0LDwSS6spg/U= 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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=aEJ19ewlc +BGFRgzL/nmZWqWCy8=; b=dY/0G2qsgP8XL2pX0xfFCVx7ZhWCFmwECmaE0ITss VwycZv7jFM6rtvH6OaM0KIIwzXPx4d3a0sA8GRt77Xz0iVmAqAKg9XzRJ76IRJCO R9CIhe+M/DtOfT7AOSuPBo/HnhZ43ky8q9zQ3A+mW8VaTKTyKkE7VmmbL2qnBLlO Xw= 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.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailuogwdur.emc.com X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd51.lss.emc.com tAGHi5xa010945 X-DKIM: OpenDKIM Filter v2.4.3 mailuogwprd51.lss.emc.com tAGHi5xa010945 From: "Gluszczak, Glenn" To: "cygwin AT cygwin DOT com" Subject: Newline missing in csh Date: Mon, 16 Nov 2015 17:43:51 +0000 Message-ID: <91DCAC3CB99C724EB365BB64677FBE7B01BEBA@MX204CL04.corp.emc.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-Sentrion-Hostname: mailusrhubprd04.lss.emc.com X-RSA-Classifications: public Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id tAGHiN38000425 cat "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage" works fine in bash but if I switch to csh I fail to get a newline when reading the registry. $ cat -v "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage" ENU^@ $ csh $ cat -v "/proc/registry/HKEY_CURRENT_USER/Control Panel/International/sLanguage" ENU^@$ -- 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