Skip to content

Instantly share code, notes, and snippets.

@wangmengbo
wangmengbo / ag-replace.sh
Last active October 24, 2018 12:09 — forked from cef62/ag-replace.sh
Search and replace using the silver searcher and sed
#!/usr/bin/env zsh
# Currently the script will choke on tilde characters used in either search or
# replace terms
# inspired by
# https://gist.github.com/hlissner/db74d23fc00bed81ff62
# https://gist.github.com/kates/5915285
# ag