mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:07:34 +00:00
Base: Add a man-page for pwd(1)
This commit is contained in:
parent
3d99e83a86
commit
fc8b74f8b4
1 changed files with 13 additions and 0 deletions
13
Base/usr/share/man/man1/pwd.md
Normal file
13
Base/usr/share/man/man1/pwd.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue