find "要查找的目录" -name "*XXX(指定的字符)*" |xargs -i cp {} "指定的目录"
例如:find "/home/" -name "*_cap*" |xargs -i cp {} "/home/find/"
原文链接:https://www.f2er.com/ubuntu/351565.html例如:find "/home/" -name "*_cap*" |xargs -i cp {} "/home/find/"
原文链接:https://www.f2er.com/ubuntu/351565.html