Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Created April 30, 2014 16:33
Show Gist options
  • Save brantfaircloth/1ebdcfd1775f7200c156 to your computer and use it in GitHub Desktop.
Save brantfaircloth/1ebdcfd1775f7200c156 to your computer and use it in GitHub Desktop.
copy but exclude files in a list
find . -type f | grep -v -f exclude.txt | xargs cp -t /path/to/new/dir
file1.txt
file2.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment