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

操作系统开发

开发平台:

C/C++

  1. .TH TIME 1
  2. .SH NAME
  3. time - report how long a command takes
  4. .SH SYNOPSIS
  5. fBtime fIcommandfR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "time a.out" "Report how long fIa.outfR takes"
  19. .EX "time ls -l *.c" "Report how long fIlsfR takes"
  20. .SH DESCRIPTION
  21. .PP
  22. The command is executed and the real time, user time, and system time (in
  23. hours, minutes, and seconds) are printed.
  24. Shell scripts cannot be timed.
  25. .SH "SEE ALSO"
  26. .BR times (2).