Tagged Questions
6
votes
1answer
42 views
Is there a way to express: `--link` or fall back to ordinary copy in cp (from GNU coreutils)?
Is there a way to tell cp to --link (i.e. create hard links), but fall back in the case where I am attempting inter-device hardlinks? Inter-device links aren't possible and would cause cp to fail.
...