mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 18:55:41 +02:00
ac: add page (#3316)
This commit is contained in:
parent
97bc3a92f9
commit
8e89822467
1 changed files with 19 additions and 0 deletions
19
pages/linux/ac.md
Normal file
19
pages/linux/ac.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# ac
|
||||
|
||||
> Print statistics on how long users have been connected.
|
||||
|
||||
- Print how long the current user has been connected in hours:
|
||||
|
||||
`ac`
|
||||
|
||||
- Print how long users have been connected in hours:
|
||||
|
||||
`ac --individual-totals`
|
||||
|
||||
- Print how long a particular user has been connected in hours:
|
||||
|
||||
`ac --individual-totals {{username}}`
|
||||
|
||||
- Print how long a particular user has been connected in hours per day (with total):
|
||||
|
||||
`ac --daily-totals --individual-totals {{username}}`
|
Loading…
Add table
Reference in a new issue