Skip to navigation
Howto lowercase a batch of files?
07.12.13
Use the command line tool rename command to lowercase all files: rename
Reply
Anonymous
Howto lowercase a batch of files?
Use the command line tool rename command to lowercase all files: rename
07.12.13
Reply
Anonymous
rename 'y/A-Z/a-z/' *
07.12.13
Reply
Anonymous
Information Epoch 1776080367
Avoid hand-hacking, write programs to write programs when you can.
Home
Notebook
Contact us