Execute a system command: Difference between revisions

no edit summary
No edit summary
Line 126:
 
will execute it asynchronously and direct any output from it into the LUN "unit" from whence it can be read at any (later) time.
 
=={{header|lua}}==
os.execute("ls")
 
=={{header|Io}}==
Anonymous user