gpt4 book ai didi

linux - 移动文件而不覆盖

转载 作者:太空宇宙 更新时间:2023-11-04 12:54:49 25 4
gpt4 key购买 nike

我正在使用以下命令将子文件夹中的所有文件移动到目标文件夹,而不覆盖同名文件:

find folder-target -type f -exec cp --backup=numbered \{\} folder-final \;

如果文件已经存在,这会导致文件追加 ~1~ 。问题是:这导致文件无法使用。我需要捕获我所有的 pdf,如果它们有这些数字,我将无法打开此 pdf。

这是可以修复的吗?我不能使用前缀吗?

谢谢。

最佳答案

试试 cp -n

在这里查看手册页:http://man7.org/linux/man-pages/man1/cp.1.html

关于linux - 移动文件而不覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36076025/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com