pages.zh: update outdated pages (#11939)

This commit is contained in:
Sebastiaan Speck
2024-01-01 10:38:53 +01:00
committed by GitHub
parent ef0f5499ad
commit 81ddb70476
59 changed files with 125 additions and 205 deletions

View File

@@ -6,12 +6,12 @@
- 5 分钟后,执行标准输入中的命令(命令输入完成后按 `Ctrl + D`
`at now + {{5 minutes}}`
`at now + 5 minutes`
- 在今天上午 10:00 执行标准输入中的命令:
`echo "{{./make_db_backup.sh}}" | at {{1000}}`
`echo "{{./make_db_backup.sh}}" | at 1000`
- 下周二晚上 9:30 执行指定文件中包含的命令:
`at -f {{path/to/file}} {{9:30 PM Tue}}`
`at -f {{path/to/file}} 9:30 PM Tue`