#!/bin/bash for I in *; do mv $I `echo $I|tr [A-Z] [a-z]` done