MLUG: Re: [MLUG] command to change case in filenames?
Re: [MLUG] command to change case in filenames?
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
On Wed, 2 Oct 2002, Stephen Montgomery-Smith wrote:

> I know Jon King will totally disapprove of how I do it, but if all the
> files are in one directory, I do it like this:
>
> cd directory
> ls | perl -lne 'print "mv $_ ",lc($_)'
> Look it over to check that it will do what you want, then
> ls | perl -lne 'print "mv $_ ",lc($_)' | sh


I like that method.  I guess this implies that we don't already have
something in the unix toolkit to do this.

Thanks!

Mike

--
To unsubscribe, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/