sd - joamatab/dotfiles GitHub Wiki

Sd: faster, easier to use sed replacement

https://github.com/chmln/sd

Find and replace in a file

sd 'window.fetch' 'fetch' http.js

to preview changes

sd -p 'window.fetch' 'fetch' http.js