github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/variables/PWD_doc.yaml (about) 1 - DocumentID: pwd 2 Title: >- 3 `PWD` (path) 4 CategoryID: variables 5 Summary: >- 6 Current working directory 7 Description: |- 8 `PWD` is an environmental variable containing the current working directory. 9 10 It is updated via `cd` however you can overwrite its value manually via `export`. 11 Examples: 12 13 Synonyms: 14 - pwd 15 - PWD 16 Related: 17 - path 18 - pwdhist 19 - export 20 - cd