Prechádzať zdrojové kódy

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

Chase Struck 3 rokov pred
rodič
commit
fc8b74f8b4
1 zmenil súbory, kde vykonal 13 pridanie a 0 odobranie
  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.