Timeline for How to copy a folder recursively in an idempotent way using cp?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 10, 2015 at 19:22 | comment | added | Petr Skocik | +1 Used this just today. -u is a great option to add to make it lazy. | |
| Sep 9, 2015 at 16:20 | comment | added | jakub.g | Yeah, it seems that this is exactly what I wanted: cp -T (cp --no-target-directory). unix.stackexchange.com/questions/94831/… Unfortunately my version of cp is much older. | |
| Sep 9, 2015 at 16:12 | history | answered | Tom Hunt | CC BY-SA 3.0 |