我有使用上述命令在os-x UNIX上运行的bash脚本:
cp -avr source destination
结果是以下错误:
cp: the -R and -r options may not be specified together.
当我删除该a标志时,它可以正常运行而不会出错。
a
此错误的原因和含义是什么?
谢谢,
unix linux terminal cp
cp ×1
linux ×1
terminal ×1
unix ×1