- protocol/booter: bits4 handshake, proc surfaces, boot policy v4, telemetry v4 - coreutils: nohup + ensure-man-pages; seed-man-pages fixes for extra pages - kernel-runner: no static node:module (Pear); bare-module createRequire - docs: handbook, reference, ADR, compatibility matrix, verify scripts
22 lines
423 B
JSON
22 lines
423 B
JSON
{
|
|
"name": "od",
|
|
"section": 1,
|
|
"title": "octal dump",
|
|
"synopsis": [
|
|
"od [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Bare OS implementation of octal dump. Full behavior is defined in packages/bare-os-coreutils/src/od.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"od",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "hex dump vibe",
|
|
"code": "od -c file.bin | head"
|
|
}
|
|
]
|
|
}
|