Python Forum
Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pipeline between 2 programs
#1
in a function, you need to run 2 programs, their names given in the two arguments of the function call, with a pipeline between them, the output of the program/command given in argument 1 going to the input of the program/command given in argument 2. argument 3 is a list of argument strings for the program/command given in argument 1. argument 4 is a list of argument strings for the program/command given in argument 2. the output to the pipeline could be many millions of lines of data, so reading this into the python program is not practical.

what methods will you use to achieve this?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
pipeline between 2 programs - by Skaperen - May-28-2018, 05:29 AM
RE: pipeline between 2 programs - by nilamo - Jun-25-2018, 09:02 PM
RE: pipeline between 2 programs - by Skaperen - Jun-26-2018, 03:10 AM
RE: pipeline between 2 programs - by nilamo - Jun-26-2018, 03:19 PM
RE: pipeline between 2 programs - by DeaD_EyE - Jun-26-2018, 05:22 PM
RE: pipeline between 2 programs - by nilamo - Jun-26-2018, 05:46 PM
RE: pipeline between 2 programs - by Skaperen - Jun-26-2018, 08:16 PM
RE: pipeline between 2 programs - by nilamo - Jun-26-2018, 08:20 PM
RE: pipeline between 2 programs - by Skaperen - Jun-26-2018, 09:09 PM
RE: pipeline between 2 programs - by Skaperen - Jun-30-2018, 01:28 AM
RE: pipeline between 2 programs - by nilamo - Jul-02-2018, 03:53 PM
RE: pipeline between 2 programs - by Skaperen - Jul-02-2018, 10:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  builing a long variable-length command-pipeline Skaperen 6 4,493 Dec-14-2017, 02:02 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020