cpr icon indicating copy to clipboard operation
cpr copied to clipboard

cp -a

Open stevenvachon opened this issue 9 years ago • 2 comments

preserve links and attributes

Not particularly useful to me, at least right now, but it might be a good goal to reach.

stevenvachon avatar Dec 07 '16 15:12 stevenvachon

I think I'd rather support -p and work on links after that. Adding this into the stack shouldn't be too hard at all.

-p    Cause cp to preserve the following attributes of each source file in the copy:
modification time, access time, file flags, file mode, user ID, and group ID,
as allowed by permissions.

davglass avatar Dec 23 '16 21:12 davglass

cpy and its underlying cp-file both do this.

stevenvachon avatar Mar 16 '19 17:03 stevenvachon