w: split out of common and add -i to osx, uniq: additions, seq: add page

This commit is contained in:
Pradeep Reddy Raamana
2015-12-29 08:00:40 -05:00
committed by Peter Tripp
parent ec36f84cca
commit 525f436cc8
3 changed files with 32 additions and 1 deletions

16
pages/osx/w.md Normal file
View File

@@ -0,0 +1,16 @@
# w
> Show who is logged on and what they are doing.
> Print user login, TTY, remote host, login time, idle time, current process.
- Show logged-in users info:
`w`
- Show logged-in users info without a header:
`w -h`
- Show info about logged-in users, sorted by their idle time:
`w -i`