|
|
1.1 ! root 1: f := open("foo.baz","w") ----> file(foo.baz) ! 2: write(f,"hello world") ----> "hello world" ! 3: close(f) ----> file(foo.baz) ! 4: system("rm -f foo.baz") ----> 0 ! 5: sh: syntax error at line 1: `(' unexpected ! 6: system("system()") ----> 2
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.