Timeline for How to copy a folder recursively in an idempotent way using cp?
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 5, 2022 at 7:28 | review | Suggested edits | |||
| Jun 5, 2022 at 12:02 | |||||
| Feb 9, 2019 at 11:43 | comment | added | Chris Davies | @IlmariJaronen it doesn't need to be documented explicitly. Follow through the explanation and you'll see how it simply "follows the rules". | |
| Sep 10, 2015 at 18:13 | vote | accept | jakub.g | ||
| Sep 9, 2015 at 21:50 | history | edited | Chris Davies | CC BY-SA 3.0 | Removed nonstandard alternative |
| Sep 9, 2015 at 21:42 | comment | added | jakub.g | I've tested the inputFolder/. instead of inputFolder and indeed it works for me on Windows/Git Bash. (It does not work however with just a trailing /, I need also the dot after the slash). I gave +1 since it's interesting, though it's probably a bit too tricky to use it in public code :) | |
| Sep 9, 2015 at 21:11 | history | edited | Chris Davies | CC BY-SA 3.0 | Added an explanation |
| Sep 9, 2015 at 20:34 | comment | added | Ilmari Karonen | Huh, that's a new one for me, but it does seem to work! It this documented anywhere? | |
| Sep 9, 2015 at 19:30 | history | answered | Chris Davies | CC BY-SA 3.0 |