Merge pull request #430 from movd/rename

Update rename
This commit is contained in:
Chris Allen Lane 2019-02-05 08:59:06 -05:00 committed by GitHub
commit 6148d64599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# Lowercase all files and folders in current directory
rename 'y/A-Z/a-z/' *
# Replace 'sometext' with 'replacedby' in all files in current directory
rename 's/sometext/replacedby/' *