From owner-freebsd-questions Thu Mar 29 21:24:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (smtp2.mbox.com.au [203.103.80.178]) by hub.freebsd.org (Postfix) with ESMTP id AB50F37B71C for ; Thu, 29 Mar 2001 21:24:28 -0800 (PST) (envelope-from bsd-freak@mbox.com.au) Received: from mbox.com.au (webmail.i7mail.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GAZ00106VUO4S@smtp2.mbox.com.au> for freebsd-questions@freebsd.org; Fri, 30 Mar 2001 13:13:41 +0800 (WST) Date: Fri, 30 Mar 2001 15:13:33 +1000 From: bsd-freak@mbox.com.au Subject: Renaming multiple files to lowercase To: freebsd-questions@freebsd.org Message-id: <2748aa2709c1.2709c12748aa@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiya all, How do I quickly and easily rename part of many files to lower case. The issue is that users ftp html content from a Windoze box and I have things like: index.HTM, homepage.HTM, 123.HTM, banner.JPG etc. The reference to the files is all completely lower case so I need them as index.htm, homepage.htm, 123.htm, banner.jpg. I tried: mv *HTM to *htm but it didn't work. Any suggestions?..... Thanks all..... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message