16 lines
466 B
JSON
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\""
|
|
}
|
|
]
|
|
}
|