RosettaCodeData/Task/Get-system-command-output/00-TASK.txt
2023-07-01 13:44:08 -04:00

6 lines
231 B
Text

;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>