Execute a system command: Difference between revisions

m
(added Ursala)
Line 545:
spawns a process that interacts with that shell by feeding it a list of
commands, and returns a transcript of the interaction.
 
Note that the output from the spawned process is captured and returned only,
not sent to the standard output stream of the parent.
 
Here is a self-contained command line application providing a limited replacement
Line 555 ⟶ 558:
myls = <.file$[contents: --<''>]>@hm+ (ask bash)/0+ -[ls --color=no]-!</lang>
The color option is needed to suppress terminal escape sequences.
 
 
=={{header|Visual Basic}}==
Anonymous user