Execute a system command: Difference between revisions

Content added Content deleted
(add BQN)
(Added GNU APL example)
Line 270: Line 270:


{0}return
{0}return
</lang>

=={{header|APL}}
<lang APL>
h ← ⎕fio['fork_daemon'] '/bin/ls /var'
backups games lib lock mail run tmp
cache gemini local log opt spool
⎕fio['fclose'] h
0
</lang>
</lang>