Execute a system command: Difference between revisions

m
Line 275:
<syntaxhighlight lang="apl">
⍝⍝ NOTE: one MUST give the full absolute path to the program (eg. /bin/ls)
⍝⍝ Exercise: Can you improve this by parsing the value of
⍝⍝ ⎕ENV 'PATH' ?
⍝⍝
h ← ⎕fio['fork_daemon'] '/bin/ls /var'
backups games lib lock mail run tmp
67

edits