Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有大约 500 个目录,每个目录包含大约 1000 个文件。我想将所有这些文件移动到一个目录中(它将有大约 500000 个文件。)。但这样做大约需要 20 分钟。我在 C 中使用 readdir 迭代器和重命名函数。有没有更好的方法呢?我猜是因为没有。单个目录中的文件非常大(大约 500000),因此需要很长时间。