mirror of
https://github.com/cheat/cheat.git
synced 2024-11-13 23:51:09 +01:00
commit
6148d64599
1 changed files with 3 additions and 0 deletions
|
@ -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/' *
|
||||
|
|
Loading…
Reference in a new issue