Skip to content

Commit

Permalink
update who document
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvuvuong committed Jul 7, 2024
1 parent b06d919 commit b1dd789
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions pages.nl/common/who.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# who

> Toon wie er is ingelogd en gerelateerde gegevens (processen, opstarttijd).
> Bekijk ook `whoami`.
> Meer informatie: <https://www.gnu.org/software/coreutils/who>.
- Toon de gebruikersnaam, line en tijd van alle huidige ingelogde sessies:

`who`

- Toon informatie alleen voor de huidige terminalsessie:

`who am i`

- Toon alle beschikbare informatie:

`who -a`
Expand Down
5 changes: 1 addition & 4 deletions pages.zh/common/who.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# who

> 显示当前登录用户和相关信息(进程,启动时间)。
> 参见 `whoami`.
> 更多信息:<https://www.gnu.org/software/coreutils/who>.
- 显示用户名,终端线路,和所有当前登录会话的时间:

`who`

- 仅显示当前终端会话信息:

`who am i`

- 显示所有可用信息:

`who -a`
Expand Down
5 changes: 1 addition & 4 deletions pages/common/who.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# who

> Display who is logged in and related data (processes, boot time).
> See also: `whoami`
> More information: <https://www.gnu.org/software/coreutils/who>.
- Display the username, line, and time of all currently logged-in sessions:

`who`

- Display information only for the current terminal session:

`who am i`

- Display all available information:

`who -a`
Expand Down

0 comments on commit b1dd789

Please sign in to comment.