Hi All Haskeleers

The function System.system (:: String -> IO ExitCode) makes the OS
execute it first parameter as a command. It prints its output to
standard output and standard error.

How do I easily capture this output?

/Mads Lindstrøm


_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to