Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Excluse certain files with cp command

find . -type f -not -iname '*/not-from-here/*' -exec cp '{}' '/dest/{}' ';'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Excluse #files #cp #command
ADD COMMENT
Topic
Name
4+2 =