Skip to content

Instantly share code, notes, and snippets.

@daniel-abramov
Created September 15, 2017 15:48
Show Gist options
  • Save daniel-abramov/27f74f8bddd8aa4f7f6dde2f62256a65 to your computer and use it in GitHub Desktop.
Save daniel-abramov/27f74f8bddd8aa4f7f6dde2f62256a65 to your computer and use it in GitHub Desktop.
Search and replace from shell
find . -type f -exec sed -i 's@http://timestamp.verisign.com/scripts/timstamp.dll@http://sha256timestamp.ws.symantec.com/sha256/timestamp@g' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment