dirname.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
dirname.1 (336B) | |
--- | |
1 .Dd October 8, 2015 | |
2 .Dt DIRNAME 1 | |
3 .Os sbase | |
4 .Sh NAME | |
5 .Nm dirname | |
6 .Nd strip final path component | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Ar path | |
10 .Sh DESCRIPTION | |
11 .Nm | |
12 writes | |
13 .Ar path | |
14 with its final path component removed to stdout. | |
15 .Sh SEE ALSO | |
16 .Xr basename 1 , | |
17 .Xr dirname 3 | |
18 .Sh STANDARDS | |
19 The | |
20 .Nm | |
21 utility is compliant with the | |
22 .St -p1003.1-2013 | |
23 specification. |