TIME.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:0k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH TIME 1
- .SH NAME
- time - report how long a command takes
- .SH SYNOPSIS
- fBtime fIcommandfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH EXAMPLES
- .EX "time a.out" "Report how long fIa.outfR takes"
- .EX "time ls -l *.c" "Report how long fIlsfR takes"
- .SH DESCRIPTION
- .PP
- 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.
- .SH "SEE ALSO"
- .BR times (2).