TIME.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. TIME(1)                   Minix Programmer's Manual                    TIME(1)
  2. NAME
  3.      time - report how long a command takes
  4. SYNOPSIS
  5.      time command
  6. EXAMPLES
  7.      time a.out          # Report how long a.out takes
  8.      time ls -l *.c      # Report how long ls takes
  9. DESCRIPTION
  10.      The command is executed and the real time, user time, and system time (in
  11.      hours, minutes, and seconds) are printed.  Shell scripts cannot be timed.
  12. SEE ALSO
  13.      times(2).
  14.                                                                              1