TIME.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  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