mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
Add cheat for lowercasing files and folders in current directory
This commit is contained in:
parent
b6137cac8b
commit
1b55a238df
1 changed files with 2 additions and 0 deletions
2
cheat/cheatsheets/rename
Normal file
2
cheat/cheatsheets/rename
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Lowercase all files and folders in current directory
|
||||
rename 'y/A-Z/a-z/' *
|
Loading…
Reference in a new issue