From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121898 invoked by alias); 25 Sep 2016 11:00:47 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 121872 invoked by uid 89); 25 Sep 2016 11:00:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=bengt, Bengt X-HELO: homiemail-a87.g.dreamhost.com Received: from sub4.mail.dreamhost.com (HELO homiemail-a87.g.dreamhost.com) (69.163.253.135) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 25 Sep 2016 11:00:35 +0000 Received: from homiemail-a87.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a87.g.dreamhost.com (Postfix) with ESMTP id 56FE0C0026B6 for ; Sun, 25 Sep 2016 04:00:34 -0700 (PDT) Received: from Laptop3.. (unknown [95.109.105.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: spamprotect@bengtl.net) by homiemail-a87.g.dreamhost.com (Postfix) with ESMTPSA id B7713C0026AE for ; Sun, 25 Sep 2016 04:00:33 -0700 (PDT) From: Bengt Larsson To: cygwin@cygwin.com Subject: Bug in arguments in console Date: Sun, 25 Sep 2016 11:11:00 -0000 Reply-To: cygwin@cygwin.com Message-ID: User-Agent: ForteAgent/7.20.32.1218 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00320.txt.bz2 There is a bug with arguments in the console since 2.6.0. C:\Users\Bengt\Desktop\src\mg2a\temp>\cygwin64\bin\echo =E5=E4=F6 =E5=E4=F6 C:\Users\Bengt\Desktop\src\mg2a\temp>\cygwin64\bin\echo "=E5=E4=F6" "=E5=E4=F6" (the quote marks are left in) C:\Users\Bengt\Desktop\src\mg2a\temp>ls -l total 1 -rw-r--r-- 1 Bengt None 0 Sep 7 01:07 blah.txt -rw-r--r-- 1 Bengt None 23 Sep 7 04:53 versions -rw-r--r-- 1 Bengt None 0 Sep 7 11:05 =E5=E4=F6.txt C:\Users\Bengt\Desktop\src\mg2a\temp>ls *.txt ls: cannot access '*.txt': No such file or directory -- 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