plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

time.1 (379B)


      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 \*9/src/cmd/time.c
     20 .SH "SEE ALSO"
     21 .MR prof (1)