Execute a system command: Difference between revisions

m
(Fixed up system fn to clean up exec handle)
Line 280:
⍝⍝
handle ← ⎕fio['fork_daemon'] s
⎕fio['closefclose'] handle
⍎'erase handle'
h ← ⎕fio['fork_daemon'] '/bin/ls /var'
67

edits