假设我想复制目录的内容,不包括名称中包含"音乐"一词的文件和文件夹.
cp [exclude-matches] *Music* /target_directory
什么应该代替[exclude-matches]来实现这个目标?
bash shell glob pattern-matching
bash ×1
glob ×1
pattern-matching ×1
shell ×1