Skip to content

Instantly share code, notes, and snippets.

@kivlor
Created March 29, 2012 02:39
Show Gist options
  • Save kivlor/2232687 to your computer and use it in GitHub Desktop.
Save kivlor/2232687 to your computer and use it in GitHub Desktop.
Find files and copy to destination
find . -name '*.html' | xargs -I {} /bin/cp {} /copy/to/destination/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment