Execute a system command: Difference between revisions

Content added Content deleted
(→‎{{header|Pike}}: add example for older pike implementations)
Line 203: Line 203:


=={{header|Common Lisp}}==
=={{header|Common Lisp}}==
{{works with|CMUCL}}
<lang lisp>(with-output-to-string (stream) (extensions:run-program "ls" nil :output stream))</lang>


{{works with|LispWorks}}
{{works with|LispWorks}}