gcp does not copy symbolic links #7

Open
opened 2020-12-20 13:12:57 +01:00 by vlads · 0 comments

let say you have some symlinks in srcdir
$gcp -rP srcdir dstdir/
results copy everything from srcdir but symlinks
$gcp -P srcdir/* dstdir/
results copy everything from srcdir resolving symlinks, like if you run it with -L option

let say you have some symlinks in srcdir `$gcp -rP srcdir dstdir/` results copy everything from srcdir but symlinks `$gcp -P srcdir/* dstdir/` results copy everything from srcdir resolving symlinks, like if you run it with -L option
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mcy/gcp#7
No description provided.