w: add traditional Chinese translation (#6178)
This commit is contained in:
20
pages.zh_TW/common/w.md
Normal file
20
pages.zh_TW/common/w.md
Normal 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`
|
Reference in New Issue
Block a user