Jump to content

Execute a system command: Difference between revisions

Some CL system commands
(Some CL system commands)
Line 80:
}
}</lang>
 
=={{header|Common Lisp}}==
 
{{works with|LispWorks}}
 
<lang lisp>(system:call-system "ls")</lang>
 
{{libheader|trivial-shell}}
 
<lang lisp>(trivial-shell:shell-command "ls")</lang>
 
=={{header|dc}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.