plan9port/man/man1/fsize.1

23 lines
417 B
Groff
Raw Normal View History

2005-01-03 06:40:20 +00:00
.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
2005-01-11 17:37:33 +00:00
.B \*9/src/cmd/fsize.c
2005-01-03 06:40:20 +00:00
.br
2005-01-11 17:37:33 +00:00
.B \*9/src/cmd/mtime.c
2005-01-03 06:40:20 +00:00
.SH BUGS
The output formats of the two programs are different.