Files
bare-operating-system/packages/bare-os-coreutils/man/pages/numfmt.json
T
2026-04-03 23:04:42 -04:00

28 lines
471 B
JSON

{
"name": "numfmt",
"section": 1,
"title": "convert numbers",
"synopsis": [
"numfmt [--to=iec|--to=si] [NUMBER]..."
],
"description": "Human-readable IEC (1024) or SI (1000) scales.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"numfmt",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "numfmt"
}
],
"listCategory": "coreutils"
}