Execute a system command: Difference between revisions

Add Bash example
(Adding DCL example)
(Add Bash example)
Line 63:
system("ls")
}</lang>
 
=={{header:Bash}}==
<lang bash>ls</lang>
 
=={{header|BASIC}}==
Anonymous user