Skip to content

Instantly share code, notes, and snippets.

@josuecau
Created October 21, 2013 13:42
Show Gist options
  • Select an option

  • Save josuecau/7084074 to your computer and use it in GitHub Desktop.

Select an option

Save josuecau/7084074 to your computer and use it in GitHub Desktop.
Sed find/replace on Mac OS X
sed -i.backup -e 's/foo/bar/g' test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment