mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 17:08:35 +01:00
2 lines
77 B
Text
2 lines
77 B
Text
# Lowercase all files and folders in current directory
|
|
rename 'y/A-Z/a-z/' *
|