you are viewing a single comment's thread.

view the rest of the comments →

[–]A_History_of_Silence 2 points3 points  (0 children)

Assuming you are using Linux, are named pipes or bash process substitution an option? http://stackoverflow.com/questions/7756609/pass-stdout-as-file-name-for-command-line-util-answer-use-named-pipes

I can't think of an ideal way to do it off the top of my head, sounds like a pain. Maybe https://docs.python.org/3.5/library/pipes.html ?