Add cheat for lowercasing files and folders in current directory

This commit is contained in:
Thor Andreas Rognan 2015-12-15 14:57:37 +01:00
parent b6137cac8b
commit 1b55a238df
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/' *