#!/bin/csh -f /bin/echo "renaming" $1 "to" `/bin/echo $1 | /bin/tr \[A-Z\] \[a-z\]` /bin/mv $1 `/bin/echo $1 | /bin/tr \[A-Z\] \[a-z\]`