Calling an external command from a Haskell program

Graham Klyne GK at ninebynine.org
Wed Oct 15 10:35:55 EDT 2003


I think library module System, function system, may be what you want.

(I've never used it myself.)

There's a bit of discussion here:
   http://www.dcs.gla.ac.uk/mail-www/haskell/msg02441.html

#g
--

At 09:44 15/10/03 +0200, Salvador Lucas wrote:
>Dear all,
>
>I think this question is not new, but I am not able to
>find the answer. How to proceed to execute an external
>Linux command (e.g., 'ls') from a Haskell program?
>
>Thanks in advance,
>
>Salvador.
>_______________________________________________
>Haskell mailing list
>Haskell at haskell.org
>http://www.haskell.org/mailman/listinfo/haskell

------------
Graham Klyne
For email:
http://www.ninebynine.org/#Contact



More information about the Haskell mailing list