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