sleep.1
来自「操作系统设计与实现源码」· 1 代码 · 共 60 行
1
60 行
SLEEP(1) Minix Programmer's Manual SLEEP(1)
NAME
sleep - suspend execution for a given number of seconds
SYNOPSIS
sleep seconds
EXAMPLES
sleep 10 # Suspend execution for 10 sec.
DESCRIPTION
The caller is suspended for the indicated number of seconds. This
command is typically used in shell scripts.
SEE ALSO
sleep(3).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?