blob: dd2da568143c67452c02da88147eb113f937f82e [file] [log] [blame]
rsc058b0112005-01-03 06:40:20 +00001.TH FSIZE 1
2.SH NAME
3fsize, mtime \- print file information
4.SH SYNOPSIS
5.B fsize
6.I file ...
7.PP
8.B mtime
9.I file ...
10.SH DESCRIPTION
11.I Fsize
12prints the name and size of each of the files.
13.PP
14.I Mtime
15prints the name and modification time (in seconds since the epoch)
16of each of the files.
17.SH SOURCE
rscc3674de2005-01-11 17:37:33 +000018.B \*9/src/cmd/fsize.c
rsc058b0112005-01-03 06:40:20 +000019.br
rscc3674de2005-01-11 17:37:33 +000020.B \*9/src/cmd/mtime.c
rsc058b0112005-01-03 06:40:20 +000021.SH BUGS
22The output formats of the two programs are different.