Skip to content

Instantly share code, notes, and snippets.

@theMarix
Created May 23, 2014 11:22
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 theMarix/1416a331ff6ef18a84ad to your computer and use it in GitHub Desktop.
Save theMarix/1416a331ff6ef18a84ad to your computer and use it in GitHub Desktop.
Searching perl files in a subversion working copy
grep -r --include '*.pl' --include '*.pm' --include '*.pod' --exclude-dir '.svn' pattern .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment