解决方法:使用find命令查找逐个移动,命令如下:
find sourcePath/ -name "*.txt" -exec mv {} targetPath/ \;
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。