sleep.1

来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 1 代码 · 共 32 行

1
32
字号
.th SLEEP I 11/1/73.sh NAMEsleep \*- suspend execution for an interval.sh SYNOPSIS.bd sleeptime.sh DESCRIPTION.it Sleepsuspends execution for.it timeseconds.It is used to execute a commandin a certain amount of time as in:.s3	(sleep 105; command)&.s3Or to execute a command every so often as inthis shell command file:.s3	: loop.br	command.br	sleep 37.br	goto loop.sh "SEE ALSO"sleep (II).sh BUGS.it Timemust be less than 65536 seconds.

⌨️ 快捷键说明

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