Files
tldr/pages.zh/common/at.md
2024-01-01 10:38:53 +01:00

18 lines
497 B
Markdown
Raw 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
> 在一段时间后,执行单次命令。
> atd 服务(或 atrun需要处于运行状态以保证命令成功执行。
> 更多信息:<https://manned.org/at>.
- 5 分钟后,执行标准输入中的命令(命令输入完成后按 `Ctrl + D`
`at now + 5 minutes`
- 在今天上午 10:00 执行标准输入中的命令:
`echo "{{./make_db_backup.sh}}" | at 1000`
- 下周二晚上 9:30 执行指定文件中包含的命令:
`at -f {{path/to/file}} 9:30 PM Tue`