From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5670 invoked by alias); 25 Sep 2016 11:11:27 -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 5643 invoked by uid 89); 25 Sep 2016 11:11:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_COUK,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=larsson, Larsson, Hx-languages-length:728, H*f:sk:jdbfubh X-HELO: smtp-out-5.tiscali.co.uk Received: from smtp-out-5.tiscali.co.uk (HELO smtp-out-5.tiscali.co.uk) (62.24.135.133) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 25 Sep 2016 11:11:23 +0000 Received: from [192.168.1.5] ([79.68.193.131]) by smtp.talktalk.net with SMTP id o7L2bA4WreHono7L6bzHBT; Sun, 25 Sep 2016 12:11:21 +0100 Subject: Re: Bug in arguments in console To: cygwin@cygwin.com References: From: David Stacey Message-ID: <49ff4bc2-4cbd-01e1-3194-d47dbd122607@tiscali.co.uk> Date: Sun, 25 Sep 2016 11:31:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfE4zkGZFnft5gLvMWiN7rV66Fsxc3Tpgy0yyrtW6y+5pjZMJ4wUAniHPJ26WTEOpL4s6hLmFvg/0ix6NJYwTGowTtZxL6+NFauMQ3Ndzh+m2ZW48SdWe 1VocZnhQ8mcH1d68OIxysGE9ijUrXoldIGkNXbWEL6tvYowuSA+7h+KT X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00321.txt.bz2 On 25/09/16 12:00, Bengt Larsson wrote: > C:\Users\Bengt\Desktop\src\mg2a\temp>\cygwin64\bin\echo åäö > åäö > > C:\Users\Bengt\Desktop\src\mg2a\temp>\cygwin64\bin\echo "åäö" > "åäö" > > (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 åäö.txt > > C:\Users\Bengt\Desktop\src\mg2a\temp>ls *.txt > ls: cannot access '*.txt': No such file or directory It looks as if you're using a Windows command prompt rather than Bash. Both 'problems' are actually a feature of the command prompt. Try again from a Bash shell. Dave. -- 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