Browse thread
commands.getoutput () in ocaml?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-08-22 (21:32) |
From: | Luca de Alfaro <luca@d...> |
Subject: | Re: [Caml-list] commands.getoutput () in ocaml? |
Thanks, this is truly wonderful! I wish more of the things we are discussing and discovering in this email list would make it to the official Ocaml site... Luca On 8/22/07, Dave Benjamin <dave@ramenlabs.com> wrote: > > On Wed, 22 Aug 2007, Luca de Alfaro wrote: > > > I am looking for a quick way to do the equivalent of > > s = commands.getoutput ("ls " + name + "*") > > in Ocaml. > > I have translated many of the examples from the Perl Cookbook for the > Process Management and Communication chapter of the OCaml PLEAC. This is > one of the topics covered. > > http://pleac.sourceforge.net/pleac_ocaml/processmanagementetc.html > > Dave >