Skip to content

Instantly share code, notes, and snippets.

@jkpr
Created September 26, 2017 13:49
Show Gist options
  • Save jkpr/330bfa723c2957e136f2ef92832a240e to your computer and use it in GitHub Desktop.
Save jkpr/330bfa723c2957e136f2ef92832a240e to your computer and use it in GitHub Desktop.
Find all files with specific extension
find $directory -type f -name "*.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment