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

18
pages.zh/common/batch.md Normal file
View File

@@ -0,0 +1,18 @@
# 批处理
> 在系统负载水平允许的情况下,稍后执行命令。
> 结果将发送到用户的邮件。
> 另见: `at``atq``atrm``mail`。
> 更多信息: <https://manned.org/batch>。
- 启动 `atd` 守护进程:
`systemctl start atd`
-`stdin` 执行命令(完成后按 `Ctrl + D`
`batch`
-`stdin` 执行命令:
`echo "{{./make_db_backup.sh}}" | batch`