let test_cat : Lwt_process.command = ("cat", [| "cat"; "/home/neiluj/test.txt" |]) let _ = Lwt_process.pread test_cat >>= fun s -> Lwt_io.print s