other languages
other sections
SLEEP(1) | 用户命令 | SLEEP(1) |
名称¶
sleep - 延迟指定数量的时间概述¶
sleep 数量[后缀]...sleep 选项
描述¶
暂停指定数量秒。后缀是 's',则指数量单位为秒(默认),'m' 为分钟,'h' 为小时,'d' 为天。大多数 sleep 的实现都要求数量为整数,这里则不同,数量可以是一个任意精度的浮点数。如果给定两个及以上的参数,则暂停的时间是这些给定值的和。- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
作者¶
由 Jim Meyering 和 Paul Eggert 编写。报告错误¶
GNU coreutils 的在线帮助: <../../software/coreutils/>请向 <../../team/zh_CN.html> 报告 sleep 的翻译错误。
版权¶
Copyright © 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <../../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.
参见¶
sleep(3)完整文档请见:
<../../software/coreutils/sleep>
或者在本地使用: info
'(coreutils) sleep invocation'
跋¶
本页面中文版由中文 man 手册页计划提供。中文 man 手册页计划:../../man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |