相关疑难解决方法(0)

Unix终端错误-“ cp:-R和-r选项可能未一起指定。”

我有使用上述命令在os-x UNIX上运行的bash脚本:

cp -avr source destination

结果是以下错误:

cp: the -R and -r options may not be specified together.

当我删除该a标志时,它可以正常运行而不会出错。

此错误的原因和含义是什么?

谢谢,

unix linux terminal cp

-1
推荐指数
1
解决办法
457
查看次数

标签 统计

cp ×1

linux ×1

terminal ×1

unix ×1