tldr/pages.zh/linux/at.md

17 lines
393 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# at
> 在指定时间执行命令。
> 更多信息: <https://man.archlinux.org/man/at.1>.
- 打开`at`提示符创建一组新的定时命令,按`Ctrl + D`保存并退出:
`at {{hh:mm:ss}}`
- 运行命令并通过本地电子邮件程序(例如 sendmail发送运行结果
`at {{hh:mm:ss}} -m`
- 在指定时间执行一个脚本:
`at {{hh:mm:ss}} -f {{文件路径}}`