tfsize.1 - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tfsize.1 (417B)
       ---
            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
           18 .B \*9/src/cmd/fsize.c
           19 .br
           20 .B \*9/src/cmd/mtime.c
           21 .SH BUGS
           22 The output formats of the two programs are different.