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

28 lines
495 B
JSON

{
"name": "basenc",
"section": 1,
"title": "encode or decode with alphabet",
"synopsis": [
"basenc --base16 [-d] [FILE]"
],
"description": "Hex (base16) encode/decode only; other alphabets not implemented.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"basenc",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "basenc"
}
],
"listCategory": "coreutils"
}