Ver Fonte

w: add traditional Chinese translation (#6178)

lincc há 3 anos atrás
pai
commit
21125a2915
1 ficheiros alterados com 20 adições e 0 exclusões
  1. 20 0
      pages.zh_TW/common/w.md

+ 20 - 0
pages.zh_TW/common/w.md

@@ -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`