diff --git a/Base/usr/share/man/man1/pwd.md b/Base/usr/share/man/man1/pwd.md new file mode 100644 index 0000000000..be99452442 --- /dev/null +++ b/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. \ No newline at end of file