On Wednesday 15 Oct 2003 8:44 am, 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,

You can use..
        system :: String -> IO ExitCode
in library module System.Cmd

Regards
--
Adrian Hey
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to