mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 20:59:32 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
18
tldr/w
Normal file
18
tldr/w
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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://manned.org/w>.
|
||||
|
||||
- Show logged-in users info:
|
||||
|
||||
`w`
|
||||
|
||||
- Show logged-in users info without a header:
|
||||
|
||||
`w -h`
|
||||
Reference in New Issue
Block a user