clojure.java.process
E
F
Coerce f to a file per clojure.java.io/file and return a ProcessBuilder.Redirect reading from the file. This can be pa...
function([f])
I
- function
([f])
S
Start an external command, defined in args. The process environment vars are inherited from the parent by default (u...
function([& opts+args])
Given a process, return the stderr of the external process (an InputStream)
function([process])
Given a process, return the stdin of the external process (an OutputStream)
function([process])
Given a process, return the stdout of the external process (an InputStream)
function([process])
T
Coerce f to a file per clojure.java.io/file and return a ProcessBuilder.Redirect writing to the file. Set ':append' in...
function([f & {:keys [append], :as opts}])