Skip to content

Instantly share code, notes, and snippets.

@bds
Created June 3, 2014 03:45
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 bds/77d63dbbbd2b338c72d6 to your computer and use it in GitHub Desktop.
Save bds/77d63dbbbd2b338c72d6 to your computer and use it in GitHub Desktop.
find, xargs, grep and sed
find . -name *spec.rb |xargs grep -l 86400| xargs sed -i '' 's/86400/10/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment