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:from:to:cc:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=ps/wbdfGAPjpkeskdhnCbYr2u68PA RU4+Xycg0lxLGiDJ/sJa9IXDBctYd5vYvyquducXOc0HhNjIOTg64p5f9yp3wv8r vl/aFcQNTu+E3gz3ZlWWZQ7K/WPXOxhN/ECqMlPGJhPkLMUWYA7JET8QEjSvMutr pR7pSYaXDhGmRs= 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:from:to:cc:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=lxUXuwhvF21N+lzYeKFcUVREYNw=; b=vvK PgMTeozmC+0E3h7dXXU1kbAWa3t7fY7P6/wSDwslW0g9qPxMLiXH9dYXCG8kq8Lb nzj3ydyYBTwAE76XWkhV+EbDpxEE/G6ypm8X1iRXy1jDxSycQD7yudfsCzzi03Pa 1SvSCucZIFUCPSs5Gntyq7vJVi4vOdQOst023X9M= 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=4.4 required=5.0 tests=AWL,BAYES_50,KAM_COUK autolearn=no version=3.3.2 X-HELO: mx-relay32-dus.antispameurope.com From: Fergus Daly To: "'cygwin AT cygwin DOT com'" CC: "'fergus AT bonhard DOT uklinux DOT net'" Subject: Changed syntax for rename Date: Sat, 15 Nov 2014 06:13:36 +0000 Message-ID: <9D9AC45310887B40A7245734E850FBE11190E0F9@FS-MX02.frontier.local> References: <9D9AC45310887B40A7245734E850FBE11190E0B5 AT FS-MX02 DOT frontier DOT local> In-Reply-To: <9D9AC45310887B40A7245734E850FBE11190E0B5@FS-MX02.frontier.local> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-cloud-security-sender:fergusd AT frontier-science DOT co DOT uk X-cloud-security-recipient:cygwin AT cygwin DOT com X-cloud-security-Virusscan:CLEAN X-cloud-security-disclaimer: This E-Mail was scanned by E-Mailservice on mx-gate32-dus with A89D12018004 X-cloud-security-connect: unknown[195.59.181.82], TLS=, IP=195.59.181.82 X-cloud-security:scantime:.1254 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id sAF6DtqW023100 Following (I think) the recent update of the dll cygwin1.dll it seems that rename old new * no longer works and the cause is the wildcard. You have to use something like rename old new f* and the command might need several invocations with minor variants to achieve all the required changes. Is this change intended? Was the update to cygwin1.dll the cause? Any other consequences that users have found? Fergus -- 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