{ "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\"" } ] }