Skip to content

Instantly share code, notes, and snippets.

@minlaxz
Last active August 19, 2021 07:54
Show Gist options
  • Save minlaxz/ff687d379e97195439cb3dc85d1fca4b to your computer and use it in GitHub Desktop.
Save minlaxz/ff687d379e97195439cb3dc85d1fca4b to your computer and use it in GitHub Desktop.
Linux find given name in depth of N.
find . -maxdepth 2 -name "*.mp4" -exec cp {} . \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment