Add stat(1)

This commit is contained in:
sin
2013-08-15 10:04:38 +01:00
parent 0ed2a55003
commit d0c87f6d3e
3 changed files with 91 additions and 0 deletions

17
stat.1 Normal file
View File

@@ -0,0 +1,17 @@
.TH STAT 1 sbase\-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)