Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
∇ system s;handle
|
||||
⍝⍝ 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' ?
|
||||
⍝⍝
|
||||
handle ← ⎕fio['fork_daemon'] s
|
||||
⎕fio['fclose'] handle
|
||||
∇
|
||||
system '/bin/ls /var'
|
||||
backups games lib lock mail run tmp
|
||||
cache gemini local log opt spool
|
||||
Loading…
Add table
Add a link
Reference in a new issue