Skip to content

Instantly share code, notes, and snippets.

@nicnocquee
Last active August 29, 2015 14:04
Show Gist options
  • Save nicnocquee/9e24dde547621678498a to your computer and use it in GitHub Desktop.
Save nicnocquee/9e24dde547621678498a to your computer and use it in GitHub Desktop.
Flatten directory
find /foo -iname '*.txt' -exec cp -p \{\} /dest/ \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment