SLEEP(1) | 用户命令 | SLEEP(1) |
sleep - 延迟指定数量的时间
sleep 数量[后缀]...
sleep 选项
暂停指定数量秒。后缀是 's',则指数量单位为秒(默认),'m' 为分钟,'h' 为小时,'d' 为天。大多数 sleep 的实现都要求数量为整数,这里则不同,数量可以是一个任意精度的浮点数。如果给定两个及以上的参数,则暂停的时间是这些给定值的和。
由 Jim Meyering 和 Paul Eggert 编写。
GNU coreutils 的在线帮助:
<http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html>
报告 sleep 的翻译错误。
Copyright © 2017 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.
完整文档请见:
<http://www.gnu.org/software/coreutils/sleep>
或者在本地使用: info
'(coreutils) sleep invocation'
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |