TIME.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- TIME(1) Minix Programmer's Manual TIME(1)
- NAME
- time - report how long a command takes
- SYNOPSIS
- time command
- EXAMPLES
- time a.out # Report how long a.out takes
- time ls -l *.c # Report how long ls takes
- DESCRIPTION
- The command is executed and the real time, user time, and system time (in
- hours, minutes, and seconds) are printed. Shell scripts cannot be timed.
- SEE ALSO
- times(2).
- 1