Skip to content

Instantly share code, notes, and snippets.

@dstnbrkr
Created March 18, 2015 20:53
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 dstnbrkr/ac579f689f1275eed71c to your computer and use it in GitHub Desktop.
Save dstnbrkr/ac579f689f1275eed71c to your computer and use it in GitHub Desktop.
find files matching multiple name patterns
find $DIR -type f \( -name '*.h' -o -name '*.mm' \)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment