Skip to content

Instantly share code, notes, and snippets.

@alpody
Created June 20, 2016 14:55
Show Gist options
  • Save alpody/0e604f6978601394a3e722560559df9a to your computer and use it in GitHub Desktop.
Save alpody/0e604f6978601394a3e722560559df9a to your computer and use it in GitHub Desktop.
Find "Word" in files and copy them to append and save directory structure
grep -rl 'Word' | cpio -pdm ./append
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment