Re: Spawn external process and read from output

2014-03-23 Thread ronen
I highly recommend https://github.com/Raynes/conch, it has a nicer "UI" and it supports timeouts pipelining etc.. On Friday, March 21, 2014 8:34:02 AM UTC+2, Sean Corfield wrote: > > On Mar 20, 2014, at 9:41 PM, gvim > wrote: > > I'm not familiar with the Java standard library and didn't find an

Re: Spawn external process and read from output

2014-03-20 Thread Sean Corfield
On Mar 20, 2014, at 9:41 PM, gvim wrote: > I'm not familiar with the Java standard library and didn't find anything > matching my question on Google so here goes. From my Clojure app I need to > call an executable written in C and parse the text output within my Clojure > app. What's the standa

Spawn external process and read from output

2014-03-20 Thread gvim
I'm not familiar with the Java standard library and didn't find anything matching my question on Google so here goes. From my Clojure app I need to call an executable written in C and parse the text output within my Clojure app. What's the standard way to call an external process and read its o