j
k
j a
j l
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?
system("ls") system :: String -> IO ExitCode -- Alastair Reid www.haskell-consulting.com
Back to the thread
Back to the list