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

16 lines
420 B
JSON

{
"name": "pwd",
"section": 1,
"title": "return working directory name",
"synopsis": ["pwd [OPTION]... [OPERAND]..."],
"description": "Bare OS implementation of return working directory name. Full behavior is defined in packages/bare-os-coreutils/src/pwd.js.",
"options": [],
"keywords": ["pwd", "bare-os", "coreutils"],
"examples": [
{
"caption": "where am I",
"code": "pwd"
}
]
}