28 lines
471 B
JSON
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"
|
|
}
|