stat.1 - ubase - suckless linux base utils | |
git clone git://git.suckless.org/ubase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
stat.1 (314B) | |
--- | |
1 .Dd February 2, 2015 | |
2 .Dt STAT 1 | |
3 .Os ubase | |
4 .Sh NAME | |
5 .Nm stat | |
6 .Nd display file status | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op Fl L | |
10 .Op Ar file... | |
11 .Sh DESCRIPTION | |
12 .Nm | |
13 displays information about the given | |
14 .Ar files | |
15 or stdin if no | |
16 .Ar files | |
17 are specified. | |
18 .Sh OPTIONS | |
19 .Bl -tag -width Ds | |
20 .It Fl L | |
21 Follow links. | |
22 .El | |
23 .Sh SEE ALSO | |
24 .Xr stat 2 |