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

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`