Created
August 14, 2015 18:48
-
-
Save necmettin/df0eb752de287964e7ea to your computer and use it in GitHub Desktop.
Find files by extension, multiple extensions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find FOLDER -type f \( -iname \*.php -o -iname \*.twig \) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!