mtime.1 - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
mtime.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. |