Execute a system command: Difference between revisions

(→‎{{header|Pike}}: add example for older pike implementations)
Line 203:
 
=={{header|Common Lisp}}==
{{works with|CMUCL}}
<lang lisp>(with-output-to-string (stream) (extensions:run-program "ls" nil :output stream))</lang>
 
{{works with|LispWorks}}
Anonymous user