commands.sh

w

allmacos

Display who is logged in and their processes. See also: `who`, `users`.

More info →

Options (2)

-h, --no-headerboolean

Display logged-in user information without a header

Example: w {{[-h|--no-header]}}
-s, --shortboolean

Display information without including the login, JCPU, and PCPU columns

Example: w {{[-s|--short]}}

Examples (4)

Display information about all users who are currently logged in

Display information about a specific user

w username

Display logged-in user information without a header

w [-h|--no-header]

Display information without including the login, JCPU, and PCPU columns

w [-s|--short]
made by @shridhargupta | data from tldr-pages