refactor: fix newlines removing carriage returns (#2880)

This commit is contained in:
Marco Bonelli
2019-04-10 11:49:16 +02:00
committed by Starbeamrainbowlabs
parent ff4946a5e9
commit 51e3430a38
5 changed files with 84 additions and 84 deletions

View File

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