Skip to content

Instantly share code, notes, and snippets.

@AaronHolbrook
Created December 31, 2012 23:13
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 AaronHolbrook/4423737 to your computer and use it in GitHub Desktop.
Save AaronHolbrook/4423737 to your computer and use it in GitHub Desktop.
search files and contents of files for string (ignore case, recursive search)
grep -iR 'slider-script.js' ./*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment