Files
bare-operating-system/packages/bare-os-coreutils/man/pages/time.json
T
Raven Scott f8a0dad897 feat: kernel roadmap wave — bits4, policy v4, Pear/Bare compatibility
- 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
2026-04-04 02:51:33 -04:00

22 lines
455 B
JSON

{
"name": "time",
"section": 1,
"title": "time a simple command",
"synopsis": [
"time [OPTION]... [OPERAND]..."
],
"description": "Bare OS implementation of time a simple command. Full behavior is defined in packages/bare-os-coreutils/src/time.js.",
"options": [],
"keywords": [
"time",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "wall time a command",
"code": "time sort big.txt"
}
]
}