Execute a system command: Difference between revisions

no edit summary
(added PowerShell)
No edit summary
Line 135:
main = system "ls" <!-- Wouldn't main = System.Cmd.system "ls" be even better? -->
 
See also: the [http://www.haskell.org/ghc/docs/latest/html/libraries/process/System-Process.html System.Process] module
 
=={{header|IDL}}==
Line 450 ⟶ 452:
echo `ls`;
#The same, but with back quotes
 
See also: [http://us.php.net/manual/en/function.proc-open.php proc_open()]
 
=={{header|Pop11}}==
Anonymous user