rsc | 058b011 | 2005-01-03 06:40:20 +0000 | [diff] [blame] | 1 | .TH FSIZE 1 |
| 2 | .SH NAME |
| 3 | fsize, 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 |
| 12 | prints the name and size of each of the files. |
| 13 | .PP |
| 14 | .I Mtime |
| 15 | prints the name and modification time (in seconds since the epoch) |
| 16 | of each of the files. |
| 17 | .SH SOURCE |
rsc | c3674de | 2005-01-11 17:37:33 +0000 | [diff] [blame] | 18 | .B \*9/src/cmd/fsize.c |
rsc | 058b011 | 2005-01-03 06:40:20 +0000 | [diff] [blame] | 19 | .br |
rsc | c3674de | 2005-01-11 17:37:33 +0000 | [diff] [blame] | 20 | .B \*9/src/cmd/mtime.c |
rsc | 058b011 | 2005-01-03 06:40:20 +0000 | [diff] [blame] | 21 | .SH BUGS |
| 22 | The output formats of the two programs are different. |