1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 22:26:00 +02:00

w: add traditional Chinese translation (#6178)

This commit is contained in:
lincc 2021-07-03 04:10:49 +08:00 committed by GitHub
parent 4c0aa1ac0c
commit 21125a2915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages.zh_TW/common/w.md Normal file
View file

@ -0,0 +1,20 @@
# w
> 顯示目前的登錄者以及他們正在進行的動作。
> 更多資訊: <https://www.geeksforgeeks.org/w-command-in-linux-with-examples/>.
- 顯示目前的登錄者的訊息:
`w`
- 顯示特定登錄者的訊息:
`w {{使用者名稱}}`
- 顯示目前的登錄者的訊息,並隱藏標題:
`w --no-header`
- 顯示 login、JCPU、PCPU 以外的資訊:
`w --short`