to tell emacs "hey go find this thing, semantically, *in other files too*, and replace". but until then...
4 lines
45 B
Bash
Executable File
4 lines
45 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sed -i "s/$1/$2/g" `rg -l "$1"`
|