posix matrix/dashboard, and syscalls/process_table schema alignment (v8). Booter: replication_operator_sketch/corestore hints, HRPC allowlist tests, Protomux cap channel 65536-byte bound + export, Wasm posix_profile_peek, swarm-disk and security_posture docs. Coreutils/kernel: pkg-swarm-index pathCapabilityEnvelopeVerify on get; pathcap-verify --trusted failure hint; rebuild bins and sync seeder. Docs: KERNEL_CONTRACT, kernel-extensions, capabilities index, environment appendix (warm-cache tuning, cap channel, Wasm env), handbook observability, vault threat model (multisig), developer-guide ctx/HRPC/Wasm, DOCUMENTATION release-checklist note, release-checklist optional tier1 drift. Changelog maintenance in bare-os-booter and bare-os-protocol.
17 lines
483 B
JSON
17 lines
483 B
JSON
{
|
|
"name": "expr",
|
|
"section": 1,
|
|
"title": "expr",
|
|
"synopsis": [
|
|
"expr [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Integer and string expressions: + - * / % (truncating division), comparisons, = and != for strings or numbers, and POSIX : (match length) with ECMA RegExp body after ^(?:…).",
|
|
"bareOsNotes": "Exit 2 on errors; : pattern is not full BRE — ECMA syntax inside (?:).",
|
|
"options": [],
|
|
"keywords": [
|
|
"expr",
|
|
"bare-os",
|
|
"coreutils"
|
|
]
|
|
}
|