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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Etk04PZ/f2yWHmoH dVZEUMrbyLhJtv/pZE8g0DEiwBKQdhhKOHJxoSdbxkpe78siY9mUWwHbzVMCPo/C Jfy1MyigNMVC86aBV7VZi6jI1uLG7/UQ39dD2N/MDjqFYy8EZoe+OUFSJT6t7V5w d3UZTfNvvYbSOspUwYoGIeIo+7A= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=8vx9kkz2xrWyJ0pafM2gUi urx0k=; b=F+q/mda+F5LO3GknwRKjmPfO4kJJih0yNlopGwHtdr3WNcQHoUukuB MXHquSgtt5LWQpo/qq/+S8MHDKphVpxdxEfKsHIhohLwedYp1f4aIlNjYWzfxQ+/ UBHcC04bZTbyLTXtY4o8iWGjX4OKRzj6WHf9kyhliNtkdn1WZiGbg= 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=-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 Subject: Re: Bug in arguments in console To: cygwin AT cygwin DOT com References: From: David Stacey Message-ID: <49ff4bc2-4cbd-01e1-3194-d47dbd122607@tiscali.co.uk> Date: Sun, 25 Sep 2016 12:11:16 +0100 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 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