Answer the question
In order to leave comments, you need to log in
How to activate "multi-processing" when using pipelined commands?
Good afternoon.
Suppose there is some code on the bash: cmd1 | cmd2 | cmd3
In this example, all three commands share the resources of one processor core.
The question is, how can I force each command to use processor resources independently of each other? In other words, how to distribute commands to individual cores?
Answer the question
In order to leave comments, you need to log in
cmd1 | cmd2 | cmd3
In this example, all three commands share the resources of one processor core.
cmd2 | cmd3
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question