Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

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