Browse Source

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

Chase Struck 3 years ago
parent
commit
fc8b74f8b4
1 changed files with 13 additions and 0 deletions
  1. 13 0
      Base/usr/share/man/man1/pwd.md

+ 13 - 0
Base/usr/share/man/man1/pwd.md

@@ -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.