Files
bare-operating-system/packages/bare-os-coreutils/man/pages/pathchk.json
T

22 lines
490 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\""
}
]
}