tldr/pages.zh/common/sleep.md

13 lines
244 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# sleep
> 延迟指定的一段时间。
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>.
- 按秒数延迟:
`sleep {{seconds}}`
- 在20秒延迟后执行指定命令
`sleep 20 && {{command}}`