Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/sys/man/1/time – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
.TH TIME 1
2
.SH NAME
3
time \- time a command
4
.SH SYNOPSIS
5
.B time
6
.I command
7
[
8
.I arg ...
9
]
10
.SH DESCRIPTION
11
The
12
.I command
13
is executed with the given arguments; after it is complete,
14
.I time
15
reports on standard error the program's elapsed user time,
16
system time, and real time, in seconds,
17
followed by the command line.
18
.SH SOURCE
19
.B /sys/src/cmd/time.c
20
.SH "SEE ALSO"
21
.IR prof (1)