-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group or aggregate output? #75
Comments
Wondering if anyone has any thoughts on this? I'm willing to make a PR, but want to make sure it would be a feature that would get accepted 😃 |
This seems pretty fundamental to me. It's a big pain point to run tasks concurrently if the output can't be aggregated and instead you get hundreds or thousands of garbled output lines that you need to piece together to make sense of. |
Happy new year! This is now out in |
If you use gnu parallel, it has one great feature of running tasks in parallel, but grouping all of the output for a each command and printing it when that command finishes. Is there a way to do this with
concurrently
? If not, it would be a great feature 😃Given these files
Using GNU parallel
Using concurrently
The text was updated successfully, but these errors were encountered: