mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Base: Add man page for dirname(1)
This commit is contained in:
parent
e259c3b38a
commit
75c61172e3
Notes:
sideshowbarker
2024-07-17 03:35:24 +09:00
Author: https://github.com/tcl3
Commit: 75c61172e3
Pull-request: https://github.com/SerenityOS/serenity/pull/19564
Reviewed-by: https://github.com/gmta ✅
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