Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

who: update deprecated command #13222

Merged
merged 1 commit into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
7 changes: 2 additions & 5 deletions pages.zh/common/who.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# who

> 显示当前登录用户和相关信息(进程,启动时间)。
> 更多信息:<https://www.gnu.org/software/coreutils/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