add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# lastcomm
> 显示最后执行的命令。
> 更多信息:<https://manpages.debian.org/latest/acct/lastcomm.1.zh.html>。
- 打印关于所有命令的记录信息:
`lastcomm`
- 显示特定用户执行的命令:
`lastcomm --user {{user}}`
- 显示系统上执行的特定命令的信息:
`lastcomm --command {{command}}`
- 显示在特定终端上执行的命令的信息:
`lastcomm --tty {{terminal_name}}`