add new chinese translations
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# sleep
|
||||
# 睡眠
|
||||
|
||||
> 延迟指定的一段时间。
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>.
|
||||
> 延迟指定的时间。
|
||||
> 更多信息:<https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html>。
|
||||
|
||||
- 按秒数延迟:
|
||||
- 以秒为单位的延迟:
|
||||
|
||||
`sleep {{seconds}}`
|
||||
`sleep {{秒数}}`
|
||||
|
||||
- 在20秒延迟后执行指定命令:
|
||||
- 在20秒延迟后执行特定命令:
|
||||
|
||||
`sleep 20 && {{command}}`
|
||||
`sleep 20 && {{命令}}`
|
Reference in New Issue
Block a user