Timeline for Use parallel to split many directories into subdirectories or parallelize this task
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 27, 2017 at 14:10 | comment | added | JJoao | @don-prog, thank you the comment and for the time results. | |
| Nov 27, 2017 at 14:09 | history | edited | JJoao | CC BY-SA 3.0 | added 16 characters in body |
| Nov 27, 2017 at 8:29 | comment | added | JJoao | @etopylight, thank you! Awk has some very cool details. The main reason why why awk is fast is that disk mechanical elements end up making it "serial". Your solution (that I up-voted) is very useful for the (and faster) for the not-so-IO-intensitive situations. | |
| Nov 27, 2017 at 6:46 | comment | added | etopylight | Nice, didn't know that print can be piped to an external command inside awk :) | |
| Nov 27, 2017 at 2:56 | comment | added | konstantin_doncov | Thanks for your answer! time results: your command - 1.24 minutes, etopylight's command - 2.45 minutes for 300 000 dirs. | |
| Nov 27, 2017 at 2:56 | vote | accept | konstantin_doncov | ||
| Nov 25, 2017 at 11:53 | history | edited | JJoao | CC BY-SA 3.0 | deleted 2 characters in body |
| Nov 25, 2017 at 11:47 | history | answered | JJoao | CC BY-SA 3.0 |