format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

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