Some man pages.
This commit is contained in:
parent
2600337aa7
commit
058b0118a5
214 changed files with 17112 additions and 1999 deletions
22
man/man1/fsize.1
Normal file
22
man/man1/fsize.1
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.TH FSIZE 1
|
||||
.SH NAME
|
||||
fsize, mtime \- print file information
|
||||
.SH SYNOPSIS
|
||||
.B fsize
|
||||
.I file ...
|
||||
.PP
|
||||
.B mtime
|
||||
.I file ...
|
||||
.SH DESCRIPTION
|
||||
.I Fsize
|
||||
prints the name and size of each of the files.
|
||||
.PP
|
||||
.I Mtime
|
||||
prints the name and modification time (in seconds since the epoch)
|
||||
of each of the files.
|
||||
.SH SOURCE
|
||||
.B /usr/local/plan9/src/cmd/fsize.c
|
||||
.br
|
||||
.B /usr/local/plan9/src/cmd/mtime.c
|
||||
.SH BUGS
|
||||
The output formats of the two programs are different.
|
||||
Loading…
Add table
Add a link
Reference in a new issue