1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-22 08:06:06 +02:00

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

2
cheat/cheatsheets/rename Normal file

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