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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Zh6pcecvmuI9CBGh qM+eGyT1NTrrBuqJYZbTslvF92Trao/JxGPrugYrvxDZAmQ8XS1lXJw/gsVkuT/Z FUno+XmbkpiT/Yas3wsyNT2qYMumZ9WkVaOw0CF+uzmsgnb21DB16WoCh0ZPv8xd vI+wFBI/gto65IwCGXlf/SBWq+A= 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:reply-to:subject:to:references:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=iuaJ/PaaIRCJ3bhpWg7E1K kSsMI=; b=GHfKDCXkaHostdjqSzhBF66IdFDsWJPh4QVkFZxxE1tWocYYzXfcPZ hSjPOahaXRY3HYL4nrTlE9XIfOM1yCxwwWCTNXXiSz1EJjfLJdpY3UnWrR/eEkp7 DHT9APtD4yS9+PeSx73k+PJljmVbScSkd3YKsNCNU6ckZvzGILEDw= 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-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Brian, brian, inglis, Inglis X-HELO: smtp-out-no.shaw.ca Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca Subject: Re: Zsh and wildcards To: cygwin AT cygwin DOT com References: <20190219204201 DOT GM2904 AT mrvideo DOT vidiot DOT com> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: <9c57f408-e442-ac1e-821e-c27604359df8@SystematicSw.ab.ca> Date: Tue, 19 Feb 2019 23:31:24 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <20190219204201.GM2904@mrvideo.vidiot.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2019-02-19 13:42, Mike Brown wrote: > Zsh 5.3 under Win7-64 > I'm trying to do the following: > mv TSMUXER/*.ac3 TSMUXER/txmuxer.ac3 > The problem is the the * is not being expanded. I have no idea why not. > Any tips will be appreciated. The command line implies you have a .ac3 file already in TSMUXER and want to rename it to fixed name txmuxer.ac3. A lack of expansion implies there is no file matching that pattern. You can prefix simple commands with echo to test their effect. If a pattern is not expanded, use ls to check what exists in the source directory, and where it differs from your expectation. -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. -- 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