Skip to content

Instantly share code, notes, and snippets.

@dtuite
Created July 17, 2013 10:43
Show Gist options
  • Save dtuite/6019514 to your computer and use it in GitHub Desktop.
Save dtuite/6019514 to your computer and use it in GitHub Desktop.
Using Sed on OSX
sed -i '' 's/TextToChange/ChangeToThis/g' spec/features/*.rb
# -i '' forces the files to be edited in place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment