add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

13
pages.zh/common/time.md Normal file
View File

@@ -0,0 +1,13 @@
# 时间
> 测量一个命令运行所花费的时间。
> 注意:`time` 可以作为一个 shell 内置命令、一个独立程序或两者兼而有之。
> 更多信息:<https://manned.org/time>。
- 运行 `command` 并将时间测量结果打印到 `stdout`
`time {{command}}`
- 创建一个非常简单的秒表(仅在 Bash 中工作):
`time read`