time.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 27 行
1
27 行
.TH TIME 1.SH NAMEtime \- report how long a command takes.SH SYNOPSIS\fBtime \fIcommand\fR.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.out\fR takes".EX "time ls \-l *.c" "Report how long \fIls\fR takes".SH DESCRIPTION.PPThe command is executed and the real time, user time, and system time (inhours, minutes, and seconds) are printed.Shell scripts cannot be timed..SH "SEE ALSO".BR times (2).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?