surely there's a smarter way
to tell emacs "hey go find this thing, semantically, *in other files too*, and replace". but until then...
This commit is contained in:
parent
c23fb08d8c
commit
2aacffe1a7
3
bash/findAndReplaceWithRecklessAbandon.sh
Executable file
3
bash/findAndReplaceWithRecklessAbandon.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
sed -i "s/$1/$2/g" `rg -l "$1"`
|
||||
Loading…
Reference in New Issue
Block a user