From owner-freebsd-questions@FreeBSD.ORG Tue Jan 1 16:55:45 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 327A716A418 for ; Tue, 1 Jan 2008 16:55:45 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.123]) by mx1.freebsd.org (Postfix) with ESMTP id EFB6513C461 for ; Tue, 1 Jan 2008 16:55:44 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from satellite ([24.166.217.200]) by hrndva-omta01.mail.rr.com with SMTP id <20080101165544.RTTD27181.hrndva-omta01.mail.rr.com@satellite> for ; Tue, 1 Jan 2008 16:55:44 +0000 Message-ID: <000501c84c97$188437b0$0200a8c0@satellite> From: "Dave" To: Date: Tue, 1 Jan 2008 11:55:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: abcde and uppercase filenames X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jan 2008 16:55:45 -0000 Hello, Happy New Year. I'm running abcde 2.3.3 port on FreeBSD 6.x. I'm wanting to convert all uppercase paths/filenames in my output from first character uppercase or whatever character is uppercase, to all lowercase. I first uncommented the mungegenre function in /usr/local/etc/abcde.conf, that didn't do it. I then replaced the tr call with "A-Z a-z" This gave me the same results, first letter of each word or filename path uppercase. If anyone has a fix i'd like to hear about it. Thanks. Dave.