What does -ar-ar flag mean here:
cp -ar ../foo/bar/. qux/quux/ I'm quite new to command line languages and trying my best to learn it.
Not sure of the -ar-ar flag only. -r-r is recursiverecursive right, then can you just add -a-a and it becomes -ar-ar? isDoes -a means all-a mean all?