Remove Lowercase Characters for i in $( ls grep [A-Z] ); do mv -i $i echo $i | tr 'A-Z' 'a-z'; done Previous Next