Skip to content

Instantly share code, notes, and snippets.

@lovejavaee
Created January 22, 2020 05:36
Show Gist options
  • Save lovejavaee/8abea0e6964e58f9b7314983d1eb64b5 to your computer and use it in GitHub Desktop.
Save lovejavaee/8abea0e6964e58f9b7314983d1eb64b5 to your computer and use it in GitHub Desktop.
/usr/local/bin/agr
ag -0 -l $1 | xargs -0 sed -ri -e "s/$1/$2/g"
@lovejavaee
Copy link
Author

Bulk search & replace with ag (the_silver_searcher)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment