sleep (用于延迟指定的时间)

瑞兹 发表于 2020-12-07 09:10
浏览次数:
在手机上阅读

在类似Unix的操作系统上,sleep命令用于延迟指定的时间。

查看英文版

目录

1 sleep 运行系统环境

2 sleep 描述

3 sleep 语法

4 sleep 例子

sleep 运行系统环境

Unix&Linux

sleep 描述

所述sleep命令暂停由NUMBER定义的时间量。

SUFFIX可以是“ s ”(秒)(默认值),“ m ”(分钟),“ h ”(小时)或“ d ”(天)。

一些实现要求NUMBER为整数,但是现代的Linux实现允许NUMBER也为浮点值。

如果指定了多个,则sleep延迟为其值之和。

The sleep command pauses for an amount of time defined by NUMBER.

SUFFIX may be "s" for seconds (the default), "m" for minutes, "h" for hours, or "d" for days.

Some implementations require that NUMBER be an integer, but modern Linux implementations allow NUMBER to also be a floating-point value.

If more than one NUMBER is specified, sleep delays for the sum of their values.

查看英文版

查看中文版

sleep 语法

sleep NUMBER[SUFFIX]...
sleep OPTION

选件

--help 显示帮助消息,然后退出。
--version 显示版本信息,然后退出。
sleep NUMBER[SUFFIX]...
sleep OPTION

Options

--help Display a help message, and exit.
--version Display version information, and exit.

查看英文版

查看中文版

sleep 例子

sleep 10

延迟10秒。

sleep 10

Delays for 10 seconds.

查看英文版

查看中文版

其他命令行

sysklogd | s2p | service | sag | set | setenv | setfacl | sfdisk | sha224sum | sha256sum | sha384sum | sha512sum | shutdown | stat | startx | strftime | strip | swapoff | shred |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条