Skip to content

Instantly share code, notes, and snippets.

@hadware
Created February 20, 2018 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadware/c9c763558e691bec30c59b7c902ded3f to your computer and use it in GitHub Desktop.
Save hadware/c9c763558e691bec30c59b7c902ded3f to your computer and use it in GitHub Desktop.
Copy only files with a specific extension and keep folder scrutures
find . -name '*.csv' -exec cp --parents \{\} /target \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment