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:
parent
4c0aa1ac0c
commit
21125a2915
1 changed files with 20 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue