-ar标志在这里是什么意思:
-ar
cp -ar ../foo/bar/. qux/quux/
我对命令行语言很陌生,并尽我所能来学习它。
不确定-ar只有国旗。-r是递归的,那么您可以添加-a它-ar吗?是否-a意味着所有?
-r
-a
command-line
command-line ×1