Merge pull request #246 from rognan/master

Add cheat for lowercasing files and folders in current directory
This commit is contained in:
Chris Lane 2016-01-04 20:15:58 -05:00
commit bfa813a0b8
1 changed files with 2 additions and 0 deletions

2
cheat/cheatsheets/rename Normal file
View File

@ -0,0 +1,2 @@
# Lowercase all files and folders in current directory
rename 'y/A-Z/a-z/' *