sleep: add Chinese translation (#13076)
This commit is contained in:
12
pages.zh/common/sleep.md
Normal file
12
pages.zh/common/sleep.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# sleep
|
||||
|
||||
> 延迟指定的一段时间。
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>.
|
||||
|
||||
- 按秒数延迟:
|
||||
|
||||
`sleep {{seconds}}`
|
||||
|
||||
- 在20秒延迟后执行指定命令:
|
||||
|
||||
`sleep 20 && {{command}}`
|
Reference in New Issue
Block a user