mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
at: add Chinese translation.
This commit is contained in:
parent
8f16431241
commit
5669a98d52
1 changed files with 15 additions and 0 deletions
15
pages.zh/linux/at.md
Executable file
15
pages.zh/linux/at.md
Executable file
|
@ -0,0 +1,15 @@
|
|||
# at
|
||||
|
||||
> 在指定时间执行命令.
|
||||
|
||||
- 打开`at`提示符创建一组新的定时命令,按`Ctrl + D`保存并退出:
|
||||
|
||||
`at {{hh:mm:ss}}`
|
||||
|
||||
- 运行命令并通过本地电子邮件程序(例如sendmail)发送运行结果:
|
||||
|
||||
`at {{hh:mm:ss}} -m`
|
||||
|
||||
- 在指定时间执行一个脚本:
|
||||
|
||||
`at {{hh:mm:ss}} -f {{文件路径}}`
|
Loading…
Add table
Reference in a new issue