linux 下复制多级目录下 匹配特定文件名到指定目录 linux命令: find aa/ -name \'*.xml\'|xargs -t -n1 -I{} cp {} /data/cc/ 发表于 2019-11-14 10:58 星迹m 阅读(666) 评论(0) 编辑 收藏 举报 相关文章: