mirror of
https://github.com/cheat/cheat.git
synced 2026-07-10 00:57:40 +02: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/' *
|