misc/bash/findAndReplaceWithRecklessAbandon.sh
adam 2aacffe1a7 surely there's a smarter way
to tell emacs "hey go find this thing, semantically, *in other files too*, and replace". but until then...
2026-04-06 13:54:01 -04:00

4 lines
45 B
Bash
Executable File

#!/bin/bash
sed -i "s/$1/$2/g" `rg -l "$1"`