ilusm.dev

proc

process domain: exec (`__os_run`), argv, cwd, pid, console stdin/stdout (see `docs/SYSCALLS.md` §3).

Load with: use proc

Quick example

use proc

result = procr("value")
prn(result)

Functions

Functions

procr(cmd)

Creates a new instance. Takes cmd.

procargv()

Performs the operation.

proca()

Performs the operation.

procc()

Performs the operation.

procs(path)

Performs the operation. Takes path.

procp()

Performs the operation.

procs(s)

Performs the operation. Takes s.

procs()

Performs the operation.

procs(n)

Performs the operation. Takes n.

procs()

Performs the operation.

procs()

Performs the operation.

Notes

  • Process utilities - PID, environment, resource limits.