Skip to content

Instantly share code, notes, and snippets.

@gmic
Created July 19, 2013 17:17
Show Gist options
  • Save gmic/6040832 to your computer and use it in GitHub Desktop.
Save gmic/6040832 to your computer and use it in GitHub Desktop.
Copy same files to directory
find -type f -iname *.epub -exec cp {} books \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment