Re: Possible to have fixed output positions for multiple commands

2025-02-20 Thread Britton Kerin
> Did you look at > https://www.gnu.org/software/parallel/parallel_options_map.pdf? > > While that PDF looks messy (If you know how to penalize edge crossing > in Graphviz-Neato let me know - it would make it so much nicer), you > would look for an option similar to your use (e.g. --line-buffer) a

Re: Possible to have fixed output positions for multiple commands

2025-02-20 Thread Ole Tange
On Fri, Jan 24, 2025 at 6:26 AM Glen Huang wrote: > > Is it possible to make parallel run multiple commands > > $ parallel cmd ::: A B C > > And display the output as > > $ parallel cmd ::: A B C > A: > B: > C: > > Where the last line from each command output is always displayed > in-place in r