Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dixonge/40daa795572d75d8dd5c0c5c21433d51 to your computer and use it in GitHub Desktop.
Save dixonge/40daa795572d75d8dd5c0c5c21433d51 to your computer and use it in GitHub Desktop.
Match line and do a search/replace for multiple characters on all files
sudo sed -i '/match:/s/to-replace/replace-with/g' * 

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