From owner-freebsd-questions@FreeBSD.ORG Sat Jan 5 05:58:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FE4516A419 for ; Sat, 5 Jan 2008 05:58:54 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 5E1A013C45B for ; Sat, 5 Jan 2008 05:58:54 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so6867605rvb.43 for ; Fri, 04 Jan 2008 21:58:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=Is/iYqiBQzUjqkltYUZTaz2x7PsZF2nSSpTZf86p8mE=; b=c5UD0vl2yPDlxWt8d37sEqG6wDBKexUdN5YKXxKfEnjyJH2WFNJut2O16BvbP+UoF72nQnQS6d4nl62VKVsdf1vFCKFid4OJsob9tRRsMGeI1ZoJB2OEMhVuhhrGg8IXoryiUn/ayp0RGL7eJblYvOPk+jLWZWzBULeWA2Ai12Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=b4lJGPx76tnaFgnOF5GxhqNKzQhaVCva1fJGfxYfhzNtwWreoQ4nmoDb+L6Zp+cFLNgKcyWb/Vx+cojNMdS875OHBmOhSj7HC6w/R0PGOlApRFCM8msq021hEgm5sPAXNWMSvGF1pOvme0M6Df49+HaXsNJqOvk4Rs8FCnWTUQ0= Received: by 10.141.141.3 with SMTP id t3mr9334356rvn.226.1199511293791; Fri, 04 Jan 2008 21:34:53 -0800 (PST) Received: by 10.140.143.2 with HTTP; Fri, 4 Jan 2008 21:34:53 -0800 (PST) Message-ID: <2b98f2f70801042134x1af4f721s877677afde7151f5@mail.gmail.com> Date: Sat, 5 Jan 2008 10:34:53 +0500 From: "Jeff Laine" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: batch rename X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2008 05:58:54 -0000 Hi to all. My goal is to rename several files in such a way as to decapitalize starting letters in their names. The solution seems to be simple but I'm stuck. What should I use? awk/sed or write some shell-script? TIA -- --Jeff--