Files
tldr/pages.zh/common/sleep.md

12 lines
247 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 睡眠
> 延迟指定的时间。
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>。
- 以秒为单位的延迟:
`sleep {{秒数}}`
- 在20秒延迟后执行特定命令
`sleep 20 && {{命令}}`