mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 00:48:36 +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/' *
|