名称
sleep - 延迟指定数量的时间
概述
sleep 数量[后缀]...
sleep 选项
sleep 选项
描述
暂停指定数量秒。后缀是 's',则指数量单位为秒(默认),'m' 为分钟,'h' 为小时,'d' 为天。大多数 sleep 的实现都要求数量为整数,这里则不同,数量可以是一个任意精度的浮点数。如果给定两个及以上的参数,则暂停的时间是这些给定值的和。
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
作者
由 Jim Meyering 和 Paul Eggert 编写。
报告错误
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html> 报告 sleep 的翻译错误。
请向 <http://translationproject.org/team/zh_CN.html> 报告 sleep 的翻译错误。
版权
Copyright © 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL
version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
参见
sleep(3)
完整文档请见: <http://www.gnu.org/software/coreutils/sleep>
或者在本地使用: info aq(coreutils) sleep invocationaq