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,12 @@
# utmpdump
> 转储和加载 btmp、utmp 和 wtmp 计帐文件。
> 更多信息:<https://manned.org/utmpdump>。
-`/var/log/wtmp` 文件转储到 `stdout` 作为纯文本:
`utmpdump {{/var/log/wtmp}}`
- 将先前转储的文件加载到 `/var/log/wtmp` 中:
`utmpdump -r {{dumpfile}} > {{/var/log/wtmp}}`