[comp.unix.questions] moving upper case names to lower ca

dokos@inmet (08/23/89)

The following should work in sh or ksh (with an appropriate
substitution for file-list):

for i in file-list
do
	mv $i `tr A-Z a-z << EOF
$i
EOF`
done

Nick Dokos		dokos@inmet.inmet.com
Intermetrics, Inc.	uunet!inmet!dokos