add new chinese translations
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# at
|
||||
|
||||
> 在稍后时间执行命令。
|
||||
> 结果将被发送到用户的邮箱。
|
||||
> 更多信息:<https://manned.org/at>.
|
||||
> 在稍后的时间执行命令。
|
||||
> 结果将发送到用户的邮件。
|
||||
> 更多信息:<https://manned.org/at>。
|
||||
|
||||
- 启动 `atd` 守护进程:
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
|
||||
- 交互式创建命令并在特定时间执行:
|
||||
|
||||
`at {{小时:分钟}}`
|
||||
`at {{hh:mm}}`
|
||||
|
||||
- 在今天 10:00 AM 从标准输入执行一个命令:
|
||||
- 在今天上午 10:00 从 `stdin` 执行命令:
|
||||
|
||||
`echo "{{命令}}" | at 1000`
|
||||
`echo "{{command}}" | at 1000`
|
||||
|
||||
- 在下周二晚上 9:30 从指定文件执行命令:
|
||||
- 下周二从给定文件中执行命令:
|
||||
|
||||
`at -f {{路径/到/文件}} 9:30 PM Tue`
|
||||
`at -f {{path/to/file}} 9:30 PM Tue`
|
Reference in New Issue
Block a user