Skip to main content
Tagging and some minor formatting
Source Link
Chris Davies
  • 128.3k
  • 16
  • 179
  • 324

What does -ar flag mean for cp?

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?

What does -ar flag mean?

What does -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 flag only. -r is recursive right, then can you just add -a and it becomes -ar? is -a means all?

What does -ar flag mean for cp?

What does -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 flag only. -r is recursive right, then can you just add -a and it becomes -ar? Does -a mean all?

Source Link

What does -ar flag mean?

What does -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 flag only. -r is recursive right, then can you just add -a and it becomes -ar? is -a means all?