Base: Add a man-page for pwd(1)

This commit is contained in:
Chase Struck 2022-06-07 03:43:18 -05:00 committed by Brian Gianforcaro
parent 3d99e83a86
commit fc8b74f8b4
Notes: sideshowbarker 2024-07-17 20:22:04 +09:00

View File

@ -0,0 +1,13 @@
## Name
pwd - print name of working directory
## Synopsis
```**sh
$ pwd
```
## Description
`pwd` prints the absolute pathname of the current working directory.