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.
是否可以通过 PHP 告诉 linuxcp命令要覆盖哪些文件?
cp
基本上,我已经搜索了源文件夹和目标文件夹之间的冲突,询问用户要覆盖哪些文件并将它们放在array.
array
现在我想复制文件,只覆盖array.
你能不能只用那些需要覆盖的文件来调用复制并排除不需要复制的文件?
默认情况下 cp 会覆盖文件,您可以尝试 -f (强制选项),但这应该是必要的。