Execute a system command: Difference between revisions

brlcad
(GT.M version of directory listing for OpenVMS and UNIX)
(brlcad)
Line 83:
 
p subprocess.run :ls #Lists files in directory</lang>
 
=={{header|Brlcad}}==
 
<lang brlcad>
exec ls
</lang>
 
=={{header|C}}==