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

28 lines
457 B
JSON

{
"name": "factor",
"section": 1,
"title": "factor numbers",
"synopsis": [
"factor [NUMBER]..."
],
"description": "Prime factors by trial division; safe integers only.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"factor",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "factor"
}
],
"listCategory": "coreutils"
}