add new chinese translations
This commit is contained in:
18
pages.zh/common/batch.md
Normal file
18
pages.zh/common/batch.md
Normal 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`
|
Reference in New Issue
Block a user