delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/05/18/12:22:38

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9979F38930DE
Authentication-Results: sourceware.org;
dmarc=none (p=none dis=none) header.from=jeffunit.com
Authentication-Results: sourceware.org;
spf=pass smtp.mailfrom=jeff AT jeffunit DOT com
X-Sender-Id: dreamhost|x-authsender|jeff AT jeffunit DOT com
X-Sender-Id: dreamhost|x-authsender|jeff AT jeffunit DOT com
X-MC-Relay: Neutral
X-MailChannels-SenderId: dreamhost|x-authsender|jeff AT jeffunit DOT com
X-MailChannels-Auth-Id: dreamhost
X-Suffer-Name: 6924e1175eb384dc_1589818907959_1224321513
X-MC-Loop-Signature: 1589818907959:890881566
X-MC-Ingress-Time: 1589818907958
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jeffunit.com; h=subject:to
:references:from:message-id:date:mime-version:in-reply-to
:content-type:content-transfer-encoding; s=jeffunit.com; bh=xRj4
NPKCpxWIYDzYbVvUELPi5Rc=; b=zRNKuvSwQv4eKK2UjuvT+URnSnOhceMikiIv
PwRRXJRI88/fA9CMGu6dYTfyQfYwH6BZFycvMhXkFs6j160qwd4yDHJfu/Z/P5X9
GK5uf9H5GP9gVHyEohDvc97Da5cLpkuBlT1pETvXRxAl6JIbMEf1PPFLlBQ9pjns
Y+QbhJo=
Subject: Re: wildcards don't work in directory with files with odd characters
To: cygwin AT cygwin DOT com
References: <4319b2cc-07c0-8739-f87d-2c2cebbecae7 AT jeffunit DOT com>
<1975574327 DOT 20200518185545 AT yandex DOT ru>
X-DH-BACKEND: pdx1-sub0-mail-a78
From: jeff <jeff AT jeffunit DOT com>
Message-ID: <c8346953-4241-e51d-6b3d-a5ce64a66e0e@jeffunit.com>
Date: Mon, 18 May 2020 09:21:44 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101
Thunderbird/68.8.0
MIME-Version: 1.0
In-Reply-To: <1975574327.20200518185545@yandex.ru>
X-Antivirus: Avast (VPS 200518-0, 05/17/2020), Outbound message
X-Antivirus-Status: Clean
X-VR-OUT-STATUS: OK
X-VR-OUT-SCORE: 0
X-VR-OUT-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduhedruddthedgleelucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuggftfghnshhusghstghrihgsvgdpffftgfetoffjqffuvfenuceurghilhhouhhtmecufedttdenucenucfjughrpefuvfhfhffkffgfgggjtgfgsehtjeertddtfeejnecuhfhrohhmpehjvghffhcuoehjvghffhesjhgvfhhfuhhnihhtrdgtohhmqeenucggtffrrghtthgvrhhnpeeifeeugedtgeeugeefgeekvdeugfefjeegieeifeejueeltdevudfgfeekveekgfenucfkphepudelkedrjedvrddvtdegrdejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmohguvgepshhmthhppdhhvghloheplgduledvrdduieekrdegjedruddthegnpdhinhgvthepudelkedrjedvrddvtdegrdejpdhrvghtuhhrnhdqphgrthhhpehjvghffhcuoehjvghffhesjhgvfhhfuhhnihhtrdgtohhmqedpmhgrihhlfhhrohhmpehjvghffhesjhgvfhhfuhhnihhtrdgtohhmpdhnrhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhm
X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE,
RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <http://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

On 5/18/2020 8:55 AM, Andrey Repin wrote:
> Greetings, jeff!
>
>> I have a directory that has some files with odd files.
>> I can do a 'ls', successfully. However if I do a 'ls *'' I get:
>> ls: cannot access '*': No such file or directory
>> Here is ls output:
>> 'Highlander-S03E21-Final'$'\303\251''_Part_I-22.mkv'
>> 'Highlander-S03E22-Final'$'\303\251''_Part_II-23.mkv'
>> I am pretty sure this used to work.
>> This is not specific to ls. wc has the same behavior for example.
> Are you trying to run it from Cygwin shell or from some native one, like cmd?
>
I am running from windows 'command prompt' aka cmd. When run from bash 
everything seems to work correctly.

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019