Skip to content

Instantly share code, notes, and snippets.

@necmettin
Created August 14, 2015 18:48
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save necmettin/df0eb752de287964e7ea to your computer and use it in GitHub Desktop.
Save necmettin/df0eb752de287964e7ea to your computer and use it in GitHub Desktop.
Find files by extension, multiple extensions
find FOLDER -type f \( -iname \*.php -o -iname \*.twig \)
@qb20nh
Copy link

qb20nh commented Jan 24, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment