mirror of
https://github.com/cheat/cheat.git
synced 2026-03-08 03:33:33 +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/' *
|