Skip to content

Instantly share code, notes, and snippets.

@randria
Created January 2, 2016 19:11
Show Gist options
  • Save randria/9c02cfc908b088659c89 to your computer and use it in GitHub Desktop.
Save randria/9c02cfc908b088659c89 to your computer and use it in GitHub Desktop.
find iname options for listing photos/vids format
\( -iname '*jpg' -o -iname '*mov' -o -iname '*jpeg' -o -iname '*mp4' -o -iname '*avi' -o -iname '*m4v' -o -iname '*mpg' -o -iname '*3gp' \)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment