mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 05:51:35 +01:00
commit
6148d64599
@ -1,2 +1,5 @@
|
|||||||
# Lowercase all files and folders in current directory
|
# Lowercase all files and folders in current directory
|
||||||
rename 'y/A-Z/a-z/' *
|
rename 'y/A-Z/a-z/' *
|
||||||
|
|
||||||
|
# Replace 'sometext' with 'replacedby' in all files in current directory
|
||||||
|
rename 's/sometext/replacedby/' *
|
||||||
|
Loading…
Reference in New Issue
Block a user