Skip to content

Instantly share code, notes, and snippets.

@ursooperduper
Created July 18, 2013 03:28
Show Gist options
  • Select an option

  • Save ursooperduper/6026506 to your computer and use it in GitHub Desktop.

Select an option

Save ursooperduper/6026506 to your computer and use it in GitHub Desktop.
For a given file type, how do you find a particular text string?
find . -name "*.haml" -print | XARgs grep "toggle to use paths"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment