Skip to content

Instantly share code, notes, and snippets.

@glennr
Created March 24, 2010 15:42
Show Gist options
  • Save glennr/342415 to your computer and use it in GitHub Desktop.
Save glennr/342415 to your computer and use it in GitHub Desktop.
#! /bin/sh
find . -name \*.rb -type f | xargs grep -nHr "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment