This is the easy way to change all files matching a patten.
$ find /path/to/images -name ‘*.DOC’ -exec rename “s/.DOC/.doc/g” {} ;
A blog where I drop some minor writings.
This is the easy way to change all files matching a patten.
$ find /path/to/images -name ‘*.DOC’ -exec rename “s/.DOC/.doc/g” {} ;