at: add Chinese translation.

This commit is contained in:
lmh 2019-02-13 15:15:43 +08:00 committed by Marco Bonelli
parent 8f16431241
commit 5669a98d52

15
pages.zh/linux/at.md Executable file
View File

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