Sample Header Ad - 728x90

GNU Parallel: immediately display job stderr/stdout one-at-a-time by jobs order

15 votes
2 answers
18955 views
I know that GNU Parallel buffers std/stderr because it doesn't want jobs output to be mangled, but if I run my jobs with parallel do_something ::: task_1 task_2 task_3, is there anyway for task_1's output to be displayed immediately, then after task_1 finishes, task_2's up to its current output, etc. If Parallel cannot solve this problem, is there any other similar program that could?
Asked by Hai Luong Dong (706 rep)
Apr 21, 2016, 03:36 AM
Last activity: Oct 9, 2024, 01:51 PM