rmdir.1 - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
rmdir.1 (429B) | |
--- | |
1 .Dd October 8, 2015 | |
2 .Dt RMDIR 1 | |
3 .Os sbase | |
4 .Sh NAME | |
5 .Nm rmdir | |
6 .Nd remove empty directories | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op Fl p | |
10 .Ar dir ... | |
11 .Sh DESCRIPTION | |
12 .Nm | |
13 removes each empty | |
14 .Ar dir . | |
15 .Sh OPTIONS | |
16 .Bl -tag -width Ds | |
17 .It Fl p | |
18 Remove | |
19 .Ar dir | |
20 and its parents in the pathname | |
21 .Ar dir . | |
22 .El | |
23 .Sh SEE ALSO | |
24 .Xr rm 1 , | |
25 .Xr unlink 1 , | |
26 .Xr rmdir 2 , | |
27 .Xr unlink 2 | |
28 .Sh STANDARDS | |
29 The | |
30 .Nm | |
31 utility is compliant with the | |
32 .St -p1003.1-2013 | |
33 specification. |