mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:26:02 +02:00
w: add Chinese translation
This commit is contained in:
parent
e581c2830e
commit
f6b526c20d
1 changed files with 16 additions and 0 deletions
16
pages.zh/osx/w.md
Normal file
16
pages.zh/osx/w.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# w
|
||||
|
||||
> 显示谁登录以及他们在做什么.
|
||||
> 打印用户登录、tty、远程主机、登录时间、空闲时间、当前进程.
|
||||
|
||||
- 显示登录用户信息:
|
||||
|
||||
`w`
|
||||
|
||||
- 显示没有标题的登录用户信息:
|
||||
|
||||
`w -h`
|
||||
|
||||
- 显示有关已登录用户的信息,按其空闲时间排序:
|
||||
|
||||
`w -i`
|
Loading…
Add table
Reference in a new issue