caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Johann Spies <jspies@sun.ac.za>
To: caml-list@inria.fr
Subject: [Caml-list] Ocaml equivalent of python's
Date: Wed, 6 Feb 2002 16:03:35 +0200	[thread overview]
Message-ID: <20020206140335.GA27734@adept.co.za> (raw)

I want to learn how to use Unix commands from within an Ocaml program
but the Ocaml manual confused me more than it helped me to understand
the Ocaml way.

In Python I can do the following;
------------------------------
import commands, os

listing = os.system ('ls -laprt') #or any other unix command

print listing # to get the output of the unix command.

address = 146.232.128.13
result = commands.getstatusoutput('ping -c 1 %s' % address,)

print result
-----------------------------------
What would the equivalent be in Ocaml?

I have tried 
-------------------------------------------------
#  let listing = Unix.execv "ls -laprt";;
val listing : string array -> unit = <fun>
# let l = Array.to_list listing;;
This expression has type string array -> unit but is here used with
type
  'a array
-------------------------------------------------


Johann
-- 
Johann Spies          Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

     "He hath not dealt with us after our sins; nor rewarded
      us according to our iniquities. For as the heaven is 
      high above the earth, so great is his mercy toward 
      them that fear him. As far as the east is from the 
      west, so far hath he removed our transgressions from 
      us."                  Psalms 103:10-12 
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


             reply	other threads:[~2002-02-06 17:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-06 14:03 Johann Spies [this message]
2002-02-06 18:07 ` Xavier Leroy
2002-02-07  6:30   ` Johann Spies
2002-02-06 18:15 ` Remi VANICAT
2002-02-07  9:14 ` Nicolas barnier
2002-02-08  2:20   ` Julian Assange
2002-02-08 20:29   ` Chris Hecker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020206140335.GA27734@adept.co.za \
    --to=jspies@sun.ac.za \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).