Executing a system command in Haskell

Viewed 10776

How could I execute a system command such as cp somefile somedestination in Haskell?

Something like an os.Exec.

4 Answers
Related