Skip to content

Instantly share code, notes, and snippets.

@aqlx86
Created May 2, 2013 10:00
Show Gist options
  • Save aqlx86/5501278 to your computer and use it in GitHub Desktop.
Save aqlx86/5501278 to your computer and use it in GitHub Desktop.
recursive copy all files excluding directory
find Music/ -iname '*.mp3' -exec cp {} ~/Music/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment