time.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?