mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
# Lowercase all files and folders in current directory
|
||
|
rename 'y/A-Z/a-z/' *
|