如何递归地移动文件,而不移动文件夹

von_karman 2014-07-01 09:56:09
我有很多文件夹,而且层次很深,每个文件夹下都有若干个文件和文件夹。我想把所有这些文件夹中的文件整理到一个文件夹里,怎么做呢?
...全文
90 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
ljc007 2014-07-02
  • 打赏
  • 举报
回复
find . -type f -exec mv {} /var/tmp \;
brookmill 2014-07-01
  • 打赏
  • 举报
回复
移动 find . -type f -exec mv {} your_destination_directory \; 复制 find . -type f -exec cp {} your_destination_directory \;

23,120

社区成员

发帖
与我相关
我的任务
社区描述
Linux/Unix社区 应用程序开发区
社区管理员
  • 应用程序开发区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧