ubase/stat.1
sin 9dbc997058 Import stat(1) from sbase
This utility uses major()/minor() which are not portable.  It
belongs in ubase.
2014-01-30 16:24:03 +00:00

18 lines
277 B
Groff

.TH STAT 1 ubase\-VERSION
.SH NAME
stat \- display file status
.SH SYNOPSIS
.B stat
.RB [ \-L ]
.RI [ file ...]
.SH DESCRIPTION
.B stat
displays information about the given files or stdin if no files
are specified.
.SH OPTIONS
.TP
.B \-L
follow links
.SH SEE ALSO
.IR stat (2)