fsize, mtime - print file information
fsize file ... mtime file ...
Fsize prints the name and size of each of the files. Mtime prints the name and modification time (in seconds since the epoch) of each of the files.
/src/cmd/fsize.c /src/cmd/mtime.c
The output formats of the two programs are different. FSIZE(1)