Very simple utility to replace strings in text files
glone this repo and cd to it cargo install --path .
bash
red "replace" "with" -f file.txt
replace inplace by
bash
red "replace" "with" -f file.txt -i
delete matching lines
bash
red "to_delete" -f file.txt