Skip to content

Instantly share code, notes, and snippets.

@napsternxg
Created August 10, 2012 12:55
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 napsternxg/3313998 to your computer and use it in GitHub Desktop.
Save napsternxg/3313998 to your computer and use it in GitHub Desktop.
Find all files with .c, .h and .pm extension in a given folder
find ./ -name \*.[ch] -print -o -name \*.pm -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment