Skip to content

Category Archives: Scripts

Shell Script For UNIX - Recursively Convert Uppercase to Lowercase

The other day I needed to convert all folders, their subfolders, and all containing files from uppercase to lowercase on a UNIX machine.  I’m not as saavy with UNIX as I’d like to be, but after a little trial and error came up with a script that did what I needed it to do.   I [...]