Browse thread
[Caml-list] Ocaml equivalent of python's
[
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: | -- (:) |
| From: | Johann Spies <jspies@s...> |
| Subject: | [Caml-list] Ocaml equivalent of python's |
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