1
0
Fork 0
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:
wizarot 2019-03-19 17:08:44 +08:00 committed by Owen Voke
parent e581c2830e
commit f6b526c20d

16
pages.zh/osx/w.md Normal file
View file

@ -0,0 +1,16 @@
# w
> 显示谁登录以及他们在做什么.
> 打印用户登录、tty、远程主机、登录时间、空闲时间、当前进程.
- 显示登录用户信息:
`w`
- 显示没有标题的登录用户信息:
`w -h`
- 显示有关已登录用户的信息,按其空闲时间排序:
`w -i`