Skip to content

Commit

Permalink
ac: add Chinese translation (#9127)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiLittleCat authored Oct 18, 2022
1 parent ccdab3f commit bcd3745
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages.zh/common/ac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ac

> 打印用户连接时间的统计数据。
> 更多信息:<https://man.openbsd.org/ac>.
- 打印当前用户连接的时间,以小时为单位:

`ac`

- 打印用户连接的时间,以小时为单位:

`ac -p`

- 打印一个特定用户的连接时间,以小时为单位:

`ac -p {{用户名}}`

- 打印一个特定用户每天连接的时间,以小时为单位(包括总数):

`ac -dp {{用户名}}`

0 comments on commit bcd3745

Please sign in to comment.