Skip to content

Instantly share code, notes, and snippets.

@metapraveen
Created November 15, 2013 13:57
Show Gist options
  • Save metapraveen/7484666 to your computer and use it in GitHub Desktop.
Save metapraveen/7484666 to your computer and use it in GitHub Desktop.
linux commands
find and copy files recursively
find . -name '*.html' -or -name '*.js' | cpio -updm /path/to/dest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment