Execute a system command: Difference between revisions

m
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 274:
=={{header|APL}}==
<syntaxhighlight lang="apl">
⍝⍝ NOTE: one MUST give the full absolute path to the program (eg. /bin/ls)
h ← ⎕fio['fork_daemon'] '/bin/ls /var'
backups games lib lock mail run tmp
67

edits