From fc8b74f8b4be756f17c90b67b5f4a5e69cc78031 Mon Sep 17 00:00:00 2001 From: Chase Struck Date: Tue, 7 Jun 2022 03:43:18 -0500 Subject: [PATCH] Base: Add a man-page for pwd(1) --- Base/usr/share/man/man1/pwd.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Base/usr/share/man/man1/pwd.md diff --git a/Base/usr/share/man/man1/pwd.md b/Base/usr/share/man/man1/pwd.md new file mode 100644 index 00000000000..be99452442d --- /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