Post Made Community Wiki by Community

show/hide this revision's text 4 deleted 13 characters in body

For example, say

Say I want to copy the contents of a directory excluding files and folders whose names contain the word 'Music'.

cp [exclude-matches] *Music* /target_directory

What should go in place of [exclude-matches] to accomplish this?

show/hide this revision's text 3 added 123 characters in body; edited title

Negative How can I use negative wildcards in a unix/linux shell?

For example, say I want to copy the contents of a directory excluding files and folders whose names contain , say, the word 'Music'.

cp [exclude-matches] *Music* /target_directory

Does

What should go in place of [exclude-matches] to accomplish thisexist?

show/hide this revision's text 2 fixed tags
show/hide this revision's text 1