From 75c61172e32700ebf95301b0210f281b95453d73 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Thu, 22 Jun 2023 18:19:04 +0100 Subject: [PATCH] Base: Add man page for dirname(1) --- Base/usr/share/man/man1/dirname.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Base/usr/share/man/man1/dirname.md diff --git a/Base/usr/share/man/man1/dirname.md b/Base/usr/share/man/man1/dirname.md new file mode 100644 index 0000000000..35a2d98ce3 --- /dev/null +++ b/Base/usr/share/man/man1/dirname.md @@ -0,0 +1,18 @@ +## Name + +dirname - return the directory portion of a path + +## Synopsis + +```sh +$ dirname [--zero] +``` + +## Options + +* `-z`, `--zero`: End each output line with \0, rather than \n + +## Arguments + +* `path`: Path +