summaryrefslogtreecommitdiff
path: root/sys/man/1/mtime
blob: 5bfe4da32965b62b90d24d952261a426b0ed55e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.TH MTIME 1
.SH NAME
mtime \- print file modification time
.SH SYNOPSIS
.B mtime
.I file ...
.SH DESCRIPTION
.I Mtime
prints the modification time (in seconds since the epoch) and name
of each
.IR file .
.SH SOURCE
.B /sys/src/cmd/mtime.c