Path: utzoo!utgpu!cs.utexas.edu!uunet!mcsun!hp4nl!ctisbv!pim From: pim@cti-software.nl (Pim Zandbergen) Newsgroups: alt.sources.wanted Subject: Re: lowercase routine. Message-ID: <1990Sep11.163504.18816@cti-software.nl> Date: 11 Sep 90 16:35:04 GMT References: <745@babcock.cerc.wvu.wvnet.edu> <374@anacom1.UUCP> <1990Sep11.041500.15152@chinet.chi.il.us> Organization: CTI Software BV, The Hague, The Netherlands Lines: 20 les@chinet.chi.il.us (Leslie Mikesell) writes: >>>A perl script perhaps? [ deleted...] >>Here is a quick one in C. [deleted..] >Did I miss the shell solution or didn't anyone bother to post it? [deleted..] And the winner is: #! /bin/ksh typeset -l lower for file in *[A-Z]* do lower=$file mv $file $lower done -- Pim Zandbergen domain : pim@cti-software.nl CTI Software BV uucp : uunet!mcsun!hp4nl!ctisbv!pim Laan Copes van Cattenburch 70 phone : +31 70 3542302 2585 GD The Hague, The Netherlands fax : +31 70 3512837