Intuitive find and replace CLI tool with regex support
Intuitive find & replace CLI
sd
$ sd 'old_text' 'new_text' file.txt
$ sd -f m 'pattern(\d+)' 'replacement_$1' file.txt
$ sd 'search' 'replace' *.txt