From owner-freebsd-stable Mon Sep 20 15:11:25 1999 Delivered-To: freebsd-stable@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id CF37515717 for ; Mon, 20 Sep 1999 15:10:44 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.3/8.9.1) id SAA12925; Mon, 20 Sep 1999 18:08:49 -0400 (EDT) (envelope-from mi) Message-Id: <199909202208.SAA12925@misha.cisco.com> Subject: Re: Sun's StarOffice 5.1, again In-Reply-To: from Marius Strom at "Sep 20, 1999 03:12:04 pm" To: Marius Strom Date: Mon, 20 Sep 1999 18:08:49 -0400 (EDT) Cc: Daniel Aaron Meyer , Mike Holling , stable@FreeBSD.ORG Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL60 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marius Strom once wrote: > Little script: > > (from the unarchived setup directory): > > for i in *; do > mv $i `echo $i | tr A-Z a-z` > done > > It could surely be done better, shorter, and more concise, but hey, "it > worked for me"(tm). Yes, just use the `-L' switch when unzipping in the first place... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message