16 lines
431 B
JSON
16 lines
431 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"
|
|
}
|
|
]
|
|
}
|