Tag: uppercase
-
Linux Bash – How to change all filenames to uppercase leaving the file extension unchanged
use this simple code in bash shell. The following code will change all xxx.jpg files to XXX.jpg in any particular working directory.
use this simple code in bash shell. The following code will change all xxx.jpg files to XXX.jpg in any particular working directory.