RosettaCodeData/Task/Get-system-command-output/00-TASK.txt

7 lines
231 B
Plaintext

;Task
Execute a system command and get its output into the program. The output may be stored in any kind of collection (array, list, etc.).
<br><br>
;Related task
* [[Execute_a_system_command | Execute a system command]]
<br><br>