mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
uptime: add Chinese translation (#13078)
* uptime: add Chinese translation * fix: trailing whitespace
This commit is contained in:
parent
f473228dd1
commit
14544a0f26
2 changed files with 28 additions and 0 deletions
20
pages.zh/common/uptime.md
Normal file
20
pages.zh/common/uptime.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# uptime
|
||||
|
||||
> 告知当前系统运行多长时间和其他信息。
|
||||
> 更多信息:<https://www.gnu.org/software/coreutils/uptime>.
|
||||
|
||||
- 打印当前时间,运行时间,登录用户数量和其他信息:
|
||||
|
||||
`uptime`
|
||||
|
||||
- 仅显示系统已启动的时间长度:
|
||||
|
||||
`uptime --pretty`
|
||||
|
||||
- 打印系统启动的日期和时间:
|
||||
|
||||
`uptime --since`
|
||||
|
||||
- 显示版本信息:
|
||||
|
||||
`uptime --version`
|
8
pages.zh/osx/uptime.md
Normal file
8
pages.zh/osx/uptime.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# uptime
|
||||
|
||||
> 告知当前系统运行多长时间和其他信息。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/uptime.1.html>.
|
||||
|
||||
- 打印当前时间,运行时间,登录用户数量和其他信息:
|
||||
|
||||
`uptime`
|
Loading…
Add table
Reference in a new issue