Files
bare-operating-system/packages/bare-os-coreutils/man/pages/pathchk.json
T
2026-04-03 20:46:09 -04:00

16 lines
466 B
JSON

{
"name": "pathchk",
"section": 1,
"title": "check pathname portability",
"synopsis": ["pathchk [OPTION]... [OPERAND]..."],
"description": "Bare OS implementation of check pathname portability. Full behavior is defined in packages/bare-os-coreutils/src/pathchk.js.",
"options": [],
"keywords": ["pathchk", "bare-os", "coreutils"],
"examples": [
{
"caption": "portable path check",
"code": "pathchk -p \"$HOME/file name\""
}
]
}