mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 01:25:07 +00:00
18 lines
218 B
Markdown
18 lines
218 B
Markdown
## 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
|
|
|