15 May 21:23
Re: getting output from shell commands
From: Jeff Polakow <jeff.polakow <at> db.com>
Subject: Re: getting output from shell commands
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-05-15 19:23:48 GMT
Subject: Re: getting output from shell commands
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-05-15 19:23:48 GMT
Hello,
> I would like to be able to run a shell command like curl and process the
> output in my Haskell program, but I couldn't find anything helpful about it.
>
Try looking in System.Process. runInteractiveProcess should work for you.
-Jeff
---
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed