image for how to convert all filenames in a directory to lowercase on linux
how to convert all filenames in a directory to lowercase on linux

how to convert all filenames in a directory to lowercase on linux

this post will show you how to convert all flienames in a directory to lowercase (or uppercase)

convmv --lower --notest *

you can use *.jpg to rename all jpeg images, etc
–upper in place of –lower will make the files uppercase instead