mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
22 lines
417 B
Groff
22 lines
417 B
Groff
.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 \*9/src/cmd/fsize.c
|
|
.br
|
|
.B \*9/src/cmd/mtime.c
|
|
.SH BUGS
|
|
The output formats of the two programs are different.
|