Skip to content

Instantly share code, notes, and snippets.

@weldan
Created February 17, 2015 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weldan/f487378c6fc060f83d0d to your computer and use it in GitHub Desktop.
Save weldan/f487378c6fc060f83d0d to your computer and use it in GitHub Desktop.
I use this to remove .stackable class in view files that has it to remove responsive views on one rails app.
find . -type f -exec sed -i 's/foo/bar/g' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment