Преглед изворни кода

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

Chase Struck пре 3 година
родитељ
комит
fc8b74f8b4
1 измењених фајлова са 13 додато и 0 уклоњено
  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.