1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/osx/w.md
Darío Hereñú 685260232e
w: add Spanish translation, update page (#10208)
* w: add Spanish translation

* w: update page

---------

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-06-09 14:23:30 +05:30

17 lines
365 B
Markdown

# w
> Show who is logged on and what they are doing.
> Print user login, TTY, remote host, login time, idle time, current process.
> More information: <https://ss64.com/osx/w.html>.
- Show logged-in users information:
`w`
- Show logged-in users information without a header:
`w -h`
- Show information about logged-in users, sorted by their idle time:
`w -i`