refactor: fix newlines removing carriage returns (#2880)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
ff4946a5e9
commit
51e3430a38
@@ -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 {{文件路径}}`
|
||||
|
Reference in New Issue
Block a user