1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-19 14:46:05 +02:00

Merge pull request 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

2
cheat/cheatsheets/rename Normal file

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