How can I execute system specific commands and get their response in Clojure? For example, let’s assume we’re on a Linux machine, how can I call top or free, and get their results for further processing?
How can I execute system specific commands and get their response in Clojure? For
Share
See also: http://clojuredocs.org/clojure_core/clojure.java.shell/sh