{ "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" } ] }