Guest User

Untitled

a guest
Jan 21st, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cat input.txt | ./program_A | ./program_B | ./program_C | ... > output.txt
  2.  
  3. cat input.txt | ./split_to_chunks | ./program_A | MULTIPLE INSTANCE OF ./SLOW_program_B AS NEEDED TO REDUCE THE BOTTLENECK | ./program_C | ./put_chunks_together > output.txt
Add Comment
Please, Sign In to add comment