Timeline for Print recursively all directories and subdirectories
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 19, 2016 at 10:22 | vote | accept | Nasi Jofce | ||
| Jun 19, 2016 at 1:58 | comment | added | Vombat |
@Jasen that solution doesn't follow the sub-directories properly. -d check fails because current working directory is not set properly. So in the recursive calls a directory change is needed.
|
|
| Jun 19, 2016 at 0:12 | comment | added | Jasen | any explanation why the original coded did not work. | |
| Jun 18, 2016 at 23:47 | history | edited | terdon♦ | CC BY-SA 3.0 |
Removed syntax highlighting since the * breaks it
|
| Jun 18, 2016 at 23:22 | history | answered | Vombat | CC BY-SA 3.0 |