mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
Base: Add man page for dirname(1)
This commit is contained in:
parent
e259c3b38a
commit
75c61172e3
1 changed files with 18 additions and 0 deletions
18
Base/usr/share/man/man1/dirname.md
Normal file
18
Base/usr/share/man/man1/dirname.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
dirname - return the directory portion of a path
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ dirname [--zero] <path...>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Options
|
||||||
|
|
||||||
|
* `-z`, `--zero`: End each output line with \0, rather than \n
|
||||||
|
|
||||||
|
## Arguments
|
||||||
|
|
||||||
|
* `path`: Path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue