Skip to content

Instantly share code, notes, and snippets.

@rinav
Created April 14, 2016 09:49
Show Gist options
  • Select an option

  • Save rinav/8f23c005bb7c905703083fa6709e9add to your computer and use it in GitHub Desktop.

Select an option

Save rinav/8f23c005bb7c905703083fa6709e9add to your computer and use it in GitHub Desktop.
find files by extension and copy them to specific directory

shell find . -type f -name "*.aar" -exec cp {} /run/media/rinav/sdk/video\ aar/ \;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment