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 +