[buug] lowercase coversion of filenames

Aaron T Porter atporter at primate.net
Wed Aug 28 11:01:29 PDT 2002


On Wed, Aug 28, 2002 at 10:59:21AM -0700, Aaron T Porter wrote:
 
> 	What's wrong with tr? And how about not posting in HTML next time?
> 
> for file in * ; do mv $file `echo $file | tr [:upper:] [:lower:]` ; done

	Guess I should note that this will work in Bash, other shells
would be a bit different.



More information about the buug mailing list