Context
Nothing special, I just write i because I wrote a previousentry about "piping to a command"Get the output
let buf = Unix.open_process_in "echo sdssdsdsdsds";; Pervasives.input_line buf;; Unix.close_process_in buf;;
let buf = Unix.open_process_in "echo sdssdsdsdsds";; Pervasives.input_line buf;; Unix.close_process_in buf;;