at: add Chinese translation (#6903)

beep
Mercurio 2021-10-10 15:14:46 +01:00 committed by GitHub
parent ac1c49ec15
commit b310f9e385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
pages.zh/common/at.md Normal file
View File

@ -0,0 +1,17 @@
# at
> 在一段时间后,执行单次命令。
> atd 服务(或 atrun需要处于运行状态以保证命令成功执行。
> 更多信息:<https://manned.org/at>.
- 5 分钟后,执行标准输入中的命令(命令输入完成后按 `Ctrl + D`
`at now + {{5 minutes}}`
- 在今天上午 10:00 执行标准输入中的命令:
`echo "{{./make_db_backup.sh}}" | at {{1000}}`
- 下周二晚上 9:30 执行指定文件中包含的命令:
`at -f {{path/to/file}} {{9:30 PM Tue}}`