Files
tldr/pages.zh/common/batch.md

18 lines
408 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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